Merge pull request #18945 from Mtze/patch-2
Fix job name in example code
This commit is contained in:
@@ -53,8 +53,8 @@ name: Create issue on commit
|
||||
on: [ push ]
|
||||
|
||||
jobs:
|
||||
create_commit:
|
||||
runs-on: ubuntu-latest
|
||||
create_issue:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user