We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48815e commit 4930dd5Copy full SHA for 4930dd5
.github/workflows/tag-and-build.yml
@@ -138,7 +138,7 @@ jobs:
138
uses: stefanzweifel/git-auto-commit-action@v4
139
with:
140
commit_message: Update dependency versions for release ${{ github.event.inputs.version }}
141
- file_pattern: 'README.md */defaults.go *.yaml Makefile go.mod go.sum'
+ file_pattern: 'README.md *.yaml Makefile go.mod go.sum'
142
create_branch: true
143
branch: ${{ env.PR_BRANCH_NAME }}
144
0 commit comments