Skip to content

Commit 9ece7ae

Browse files
committed
try url
1 parent 465d2e5 commit 9ece7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
git fetch origin tims-test-branch
4545
git checkout tims-test-branch
4646
git commit --allow-empty -m "${{ github.event.inputs.version }} release"
47-
git push origin tims-test-branch
47+
git push origin tims-test-branch "https://release-controller%5Bbot%5D:${{ steps.app-token.outputs.token }}@github.com/github/backup-utils.git"
4848
echo "commit-sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
4949
- name: Echo Success if commit was created
5050
if: steps.empty-commit.outputs.commit-sha != ''

0 commit comments

Comments
 (0)