Skip to content

Commit

Permalink
ci: use correct job name
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Nov 1, 2024
1 parent e1aa878 commit c83e4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pdk-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
pr: ${{ fromJSON(needs.prepare.outputs.pr-data) }}
pr: ${{ fromJSON(needs.prepare-prs.outputs.pr-data) }}
steps:
- uses: myparcelnl/actions/repository-dispatch@v4
with:
Expand Down

0 comments on commit c83e4e8

Please sign in to comment.