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 bd8e462 commit 805ae18Copy full SHA for 805ae18
.github/workflows/build-and-release.yml
@@ -45,8 +45,7 @@ jobs:
45
git checkout tims-test-branch
46
git commit --allow-empty -m "${{ github.event.inputs.version }} release"
47
# create string of usernma:token for git push
48
- username-token="release-controller[bot]:${{ steps.app-token.outputs.token }}"
49
- git push origin tims-test-branch https://[email protected]/github/backup-utils.git
+ git push origin tims-test-branch "https://release-controller[bot]:${{ steps.app-token.outputs.token }}@github.com/github/backup-utils.git"
50
echo "commit-sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
51
- name: Echo Success if commit was created
52
if: steps.empty-commit.outputs.commit-sha != ''
0 commit comments