We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050998e commit 125afb2Copy full SHA for 125afb2
.github/workflows/deploy-prod.yml
@@ -62,7 +62,7 @@ jobs:
62
run: echo "${{ env.full_change_log }}" > CHANGELOG.md
63
64
- name: Update develop branch
65
- uses: EndBug/add-and-commit@v9.1.1
+ uses: EndBug/add-and-commit@v9.0.0
66
with:
67
default_author: github_actions
68
add: "['CHANGELOG.md', 'package.json']" #only this files will be added
0 commit comments