Skip to content

Commit

Permalink
fix: auto-commit only from syntaxes/
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-semenov committed Apr 15, 2024
1 parent 4df0e32 commit 7c27181
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@ jobs:
run: vagrant --version

- name: Run vagrant up & provision
run: VER=23.11 vagrant up --provision
run: vagrant up --provision
env:
VER: 23.11

- name: Auto-commit changes
uses: stefanzweifel/[email protected]
with:
commit_message: Automated Change
commit_message: automated change
branch: main
commit_options: '--no-verify --signoff'
file_patterns: 'syntaxes/*'
commit_user_name: Publishing Bot
commit_user_email: [email protected]

Expand Down

0 comments on commit 7c27181

Please sign in to comment.