Skip to content

Commit 805ae18

Browse files
committed
try again
1 parent bd8e462 commit 805ae18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
git checkout tims-test-branch
4646
git commit --allow-empty -m "${{ github.event.inputs.version }} release"
4747
# 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
48+
git push origin tims-test-branch "https://release-controller[bot]:${{ steps.app-token.outputs.token }}@github.com/github/backup-utils.git"
5049
echo "commit-sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
5150
- name: Echo Success if commit was created
5251
if: steps.empty-commit.outputs.commit-sha != ''

0 commit comments

Comments
 (0)