Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fischerscode committed Sep 29, 2021
1 parent aec3d4c commit 27ea354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ runs:
shell: bash
- run: |
repo="https://${GITHUB_ACTOR}:${INPUT_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git push "${remote_repo}" --tags --force
git push "$repo" --tags --force
shell: bash

0 comments on commit 27ea354

Please sign in to comment.