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 8fe55ab commit ca7a56dCopy full SHA for ca7a56d
.github/workflows/main.yaml
@@ -140,8 +140,8 @@ jobs:
140
then
141
git config --global user.name 'github-actions[bot]'
142
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
143
- git add TOOLING.md
144
- git commit -m "[ci skip] :robot: [github actions actor] - update TOOLING.md"
+ git add docs/tooling/versions.md
+ git commit -m "[ci skip] :robot: [github actions actor] - update versions.md"
145
git push
146
else
147
echo "nothing to do!!!"
0 commit comments