Skip to content

Commit f8685a4

Browse files
committed
try another approach
1 parent 1539757 commit f8685a4

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 "https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/github/backup-utils.git"
47+
git push "https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/github/backup-utils.git" tims-test-branch
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)