Skip to content

Commit 90ea673

Browse files
authored
Fix output variable name in workflow
1 parent 2b206e3 commit 90ea673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PR-powershell-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pull-requests: read
3838
# Set job outputs to values from filter step
3939
outputs:
40-
source: ${{ steps.filter.outputs.workflows }}
40+
workflows: ${{ steps.filter.outputs.workflows }}
4141
steps:
4242
- name: checkout
4343
uses: actions/checkout@v4

0 commit comments

Comments
 (0)