Skip to content

Commit

Permalink
Update build.yml to add all modified and untracked files
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Oct 16, 2023
1 parent d9fe8d4 commit be0bb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Add all the files
run: |
git add *
git add -A
- name: Commit and push
uses: actions-js/push@a52398fac807b0c1e5f1492c969b477c8560a0ba # 1.3
Expand Down

0 comments on commit be0bb87

Please sign in to comment.