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 6fb7a2f commit db62498Copy full SHA for db62498
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Check release required
12
if: github.event.pull_request.merged && endsWith(github.repository, '-private') != true
13
runs-on:
14
- organization/Default
+ group: organization/Default
15
outputs:
16
release: ${{ steps.check.outputs.ready }}
17
steps:
0 commit comments