Skip to content

Commit

Permalink
Revert "remove needs designation for get-changed-files access"
Browse files Browse the repository at this point in the history
This reverts commit 2d868a2.
  • Loading branch information
nicholasmhughes committed Dec 29, 2023
1 parent 2d868a2 commit 6224772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
needs:
- call-get-changed-files
with:
changed-files: ${{ call-get-changed-files.outputs.changed-files }}
changed-files: ${{ needs.call-get-changed-files.outputs.changed-files }}

0 comments on commit 6224772

Please sign in to comment.