We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c1abf commit 21cfa81Copy full SHA for 21cfa81
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ concurrency:
50
51
jobs:
52
post-initial-comment:
53
- runs-on: ${{ fromJSON(inputs.runner) }}
+ runs-on: ${{ inputs.runner }}
54
steps:
55
- name: 'Post initial package status comment'
56
uses: marocchino/[email protected]
0 commit comments