Skip to content

Commit 0e605de

Browse files
committed
fix: Update main action to not use deprecated (and now removed) outputs
1 parent f3a85cf commit 0e605de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
id: fix
7979
uses: ./.github/actions/fix
8080
with:
81-
issue_urls: ${{ steps.file.outputs.opened_issue_urls }}
81+
issues: ${{ steps.file.outputs.opened_issues }}
8282
repository: ${{ inputs.repository }}
8383
token: ${{ inputs.token }}
8484
- name: Save cached_findings

0 commit comments

Comments
 (0)