Skip to content

Commit

Permalink
Single quotes workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Aug 1, 2023
1 parent df991e1 commit 8c2a951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discover-oncomment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "action=$EXP_ACTION" >> "$GITHUB_OUTPUT"
gh pr comment $PR_NO --repo $REPO --body 'Discover experiment started 🚀:
Parameters: $EXP_NAME $EXP_ACTION
Parameters: '"$EXP_NAME"' '"$EXP_ACTION"'
Url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
env:
REPO: ${{ github.repository }}
Expand Down

0 comments on commit 8c2a951

Please sign in to comment.