We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bbb39 commit 5913df1Copy full SHA for 5913df1
.github/workflows/web.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: push changes
60
if: ${{ github.event_name != 'pull_request' && github.repository == env.UPSTREAM_REPOSITORY }}
61
- uses: stefanzweifel/git-auto-commit-action@v5.0.1
+ uses: stefanzweifel/git-auto-commit-action@v5.1.0
62
with:
63
commit_message: Bump web ${{ env.APP_VER}}
64
file_pattern: app/src/main/assets/web/vue/
0 commit comments