Skip to content

Commit

Permalink
At least try to print it (the quotes might be problems)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Apr 4, 2024
1 parent 8197260 commit 161df31
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ name: Test Setup
on:
workflow_call:

concurrency:
cancel-in-progress: true
group: >
${{ github.repository }}-${{ github.event_name == 'push' && github.run_id || (github.event_name == 'issue_comment' && github.event.issue.number || github.event.number) }}
jobs:
configure:
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) }}'

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

0 comments on commit 161df31

Please sign in to comment.