fix minor typo in job name for PR example

This commit is contained in:
Cody Baker
2023-10-22 13:28:08 -04:00
committed by GitHub
parent d8e41a4186
commit 1af3c586cc

View File

@@ -81,7 +81,7 @@ on:
jobs:
add-to-project:
name: Add issue to project
name: Add pull request to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@RELEASE_VERSION