Skip to content

Commit b4cfb3f

Browse files
authored
Fix formatting of gh_token argument in workflow
1 parent 8bf0a08 commit b4cfb3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
run: |
4242
python -m tools.packaging_automation.update_docker \
4343
--prj_ver ${{ github.event.inputs.project_version }} \
44-
--gh_token "${GH_TOKEN}" \
44+
--gh_token="${GH_TOKEN}" \
4545
--pipeline \
4646
--exec_path "$(pwd)"

0 commit comments

Comments
 (0)