Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed May 28, 2024
1 parent b759971 commit a682492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: "3.12"
cache: "pip" # caching pip dependencies
- run: pip install .
- run: backoffice publish "${{inputs.concept_id}}" --reviewer=${{inputs.reviewer}}
- run: backoffice publish "${{inputs.concept_id}}" --reviewer="${{inputs.reviewer}}"
env:
S3_HOST: ${{vars.S3_HOST}}
S3_BUCKET: ${{vars.S3_BUCKET}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/request_changes_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: "3.12"
cache: "pip" # caching pip dependencies
- run: pip install .
- run: backoffice request_changes "${{inputs.concept_id}}" --reviewer=${{inputs.reviewer}} --reason=${{inputs.reason}}
- run: backoffice request_changes "${{inputs.concept_id}}" --reviewer="${{inputs.reviewer}}" --reason="${{inputs.reason}}"
env:
S3_HOST: ${{vars.S3_HOST}}
S3_BUCKET: ${{vars.S3_BUCKET}}
Expand Down

0 comments on commit a682492

Please sign in to comment.