Skip to content

Commit

Permalink
fix(ci): configure publish acitons readme commit to pass branch restr…
Browse files Browse the repository at this point in the history
…ictions
  • Loading branch information
neilime committed Feb 28, 2023
1 parent f2a76f4 commit 0b9480b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/__main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,7 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: update actions README"
commit_options: "--no-verify --signoff"
push_options: "--force-with-lease"
file_pattern: actions/**/README.md
branch: main

0 comments on commit 0b9480b

Please sign in to comment.