Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit ea85643

Browse files
authored
Update main.yml
1 parent c33d033 commit ea85643

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: "Read/Write profiles' data"
12
on: [push]
23

34
jobs:
@@ -6,7 +7,7 @@ jobs:
67
name: Update README from json data
78
steps:
89
- uses: actions/checkout@v2
9-
- name: Read/Write data into README
10+
- name: "Read/Write profiles' data"
1011
uses: EddieHubCommunity/gh-actions-html-table-generator@main
1112
with:
1213
json-file-path: "data.json"

0 commit comments

Comments
 (0)