Skip to content

Commit

Permalink
Update updateall.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Mar 20, 2024
1 parent 3c231f2 commit c2a5426
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/updateall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
- name: Add all to git
run: git add -A

- name: Git status
run: git status

- name: Git commit
run: "git commit -m'chore: update existing repos ${date}'"

- name: Commit & Push changes
uses: actions-js/push@156f2b10c3aa000c44dbe75ea7018f32ae999772 # https://github.com/actions-js/push/releases/tag/v1.4
with:
Expand Down

0 comments on commit c2a5426

Please sign in to comment.