Skip to content

Commit

Permalink
fix: Update build.yaml with new commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
GagikNav committed Jan 5, 2024
1 parent 1e96ace commit 73a30c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Build code
run: npm run build

- name: Commit and push README.md if it has changed
- name: Commit if something has changed
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: BUILD
commit_message: commiting build files
commit_options: '--no-verify'
commit_user_name: GitHub Action

0 comments on commit 73a30c9

Please sign in to comment.