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 1539757 commit f8685a4Copy full SHA for f8685a4
.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 "https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/github/backup-utils.git"
+ git push "https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/github/backup-utils.git" tims-test-branch
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