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 9c19ad7 commit e615839Copy full SHA for e615839
.github/workflows/check.yml
@@ -17,6 +17,6 @@ jobs:
17
needs: check
18
if: always() && (needs.check.result == 'failure')
19
steps:
20
- - run: gh issue create --title "Time to update to Rust" --body "Build update for next version of Rust" --label "enhancement" - R $GITHUB_REPOSITORY
+ - run: gh issue create --title "Time to update to Rust" --body "Build update for next version of Rust" --label "enhancement" -R $GITHUB_REPOSITORY
21
env:
22
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments