mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-13 13:41:53 +00:00
fix minor typo in job name for PR example
This commit is contained in:
@@ -81,7 +81,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
add-to-project:
|
add-to-project:
|
||||||
name: Add issue to project
|
name: Add pull request to project
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/add-to-project@RELEASE_VERSION
|
- uses: actions/add-to-project@RELEASE_VERSION
|
||||||
|
|||||||
Reference in New Issue
Block a user