We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd4ac8 commit 3b7b88eCopy full SHA for 3b7b88e
.github/workflows/rebuild.yml
@@ -37,7 +37,7 @@ jobs:
37
git add .
38
git commit -a -m "Rebuild UI with latest dependencies" || true
39
- name: Create Pull Request
40
- uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7
+ uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
41
with:
42
token: ${{ secrets.GITHUB_TOKEN }}
43
commit-message: 'Rebuild with latest dependencies'
0 commit comments