Skip to content

Commit 27ea354

Browse files
committed
Update action.yaml
1 parent aec3d4c commit 27ea354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ runs:
3737
shell: bash
3838
- run: |
3939
repo="https://${GITHUB_ACTOR}:${INPUT_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
40-
git push "${remote_repo}" --tags --force
40+
git push "$repo" --tags --force
4141
shell: bash

0 commit comments

Comments
 (0)