Skip to content

Commit 70fafeb

Browse files
committed
rename actions
1 parent 49ac0e5 commit 70fafeb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/generate-page-docs.yml renamed to .github/workflows/generate-swagger-and-commit-to-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate page docs
1+
name: Generate swagger and commit to /docs
22

33
on: push
44

.github/workflows/structure-to-readme.yml renamed to .github/workflows/get-tree-and-commit-to-readme.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update README with File Structure
1+
name: Get tree and commit to readme
22

33
on:
44
push:
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v2
1717

18-
- name: Update README.md
18+
- name: Get tree and update README.md
1919
uses: actions/github-script@v6
2020
with:
2121
script: |

.github/workflows/reformat-code.yml renamed to .github/workflows/reformat-code-and-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Reformat code
1+
name: Reformat code and commit
22

33
on: push
44

0 commit comments

Comments
 (0)