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 2f3453e commit 2d2b64dCopy full SHA for 2d2b64d
.github/workflows/deploy.yml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
git config --local user.email "[email protected]"
51
git config --local user.name "Selenium CI Bot"
52
- git commit -m "Update tag in docs and files" -a
+ git commit -m "Update tag in docs and files [skip ci]" -a
53
- name: Push changes
54
uses: ad-m/github-push-action@master
55
with:
0 commit comments