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 7010a13 commit f6b2147Copy full SHA for f6b2147
.github/workflows/deploy.yml
@@ -80,7 +80,7 @@ jobs:
80
git config --local user.name "Selenium CI Bot"
81
git commit -m "Update tag in docs and files [skip ci]" -a
82
- name: Push changes
83
- uses: ad-m/github-push-action@a3fd843e49cd58d296bdd2431c4853569a1b900f # master
+ uses: ad-m/github-push-action@40bf560936a8022e68a3c00e7d2abefaf01305a6 # master
84
with:
85
github_token: ${{ secrets.SELENIUM_CI_TOKEN }}
86
branch: trunk
0 commit comments