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 465d2e5 commit 9ece7aeCopy full SHA for 9ece7ae
.github/workflows/build-and-release.yml
@@ -44,7 +44,7 @@ jobs:
44
git fetch origin tims-test-branch
45
git checkout tims-test-branch
46
git commit --allow-empty -m "${{ github.event.inputs.version }} release"
47
- git push origin tims-test-branch
+ git push origin tims-test-branch "https://release-controller%5Bbot%5D:${{ steps.app-token.outputs.token }}@github.com/github/backup-utils.git"
48
echo "commit-sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
49
- name: Echo Success if commit was created
50
if: steps.empty-commit.outputs.commit-sha != ''
0 commit comments