Skip to content

Commit

Permalink
fromJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 1, 2024
1 parent 0f2e135 commit 0e553ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-prs-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pr: ${{ needs.list-prs.outputs.prs }}
pr: ${{ fromJson(needs.list-prs.outputs.prs) }}
env:
GH_TOKEN: ${{ secrets.NIGHTLY_GH_PAT }}
steps:
Expand Down

0 comments on commit 0e553ea

Please sign in to comment.