Skip to content

Commit

Permalink
Try with double-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Apr 4, 2024
1 parent 161df31 commit 0cf825a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
-run: echo '${{ github.repository }}-${{ github.event_name == 'push' && github.run_id || (github.event_name == 'issue_comment' && github.event.issue.number || github.event.number) }}'
-run: echo "${{ github.repository }}-${{ github.event_name == 'push' && github.run_id || (github.event_name == 'issue_comment' && github.event.issue.number || github.event.number) }}"

- uses: actions/github-script@v7
name: Check user permissions
Expand Down

0 comments on commit 0cf825a

Please sign in to comment.