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 a08e6f4 commit 057957aCopy full SHA for 057957a
.github/workflows/ci.yaml
@@ -44,6 +44,7 @@ jobs:
44
git config --global user.signingkey "[email protected]"
45
git config --global user.name "Cloudnode [bot]"
46
git config --global user.email "[email protected]"
47
+ git checkout "${GITHUB_REF#refs/heads/}"
48
git add "**/index.ts"
49
git commit -S -m "chore: update indices"
50
git push
0 commit comments