diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index 0bb963c..74ade33 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -20,7 +20,7 @@ jobs: github-token: ${{ secrets.GH_PROJECT_PAT }} add-pr: if: ${{ github.event_name == 'pull_request' && github.event.action == 'opened' }} - name: Add PR to project + name: Add pull request to project runs-on: ubuntu-latest steps: - uses: actions/add-to-project@v0.5.0