diff --git a/action.yml b/action.yml index fee2f9b..4e37afb 100644 --- a/action.yml +++ b/action.yml @@ -149,9 +149,9 @@ runs: # Ensure the previous step succeeded if: steps.previous-report.outcome == 'success' with: - name: report.json - # github-token: ${{ inputs.github-token }} - run-id: 15 + name: ${{ inputs.artifact-name }} + github-token: ${{ inputs.github-token }} + run-id: ${{ steps.previous-report.run-id }} - name: Create report if: inputs.comment-on-pr == 'true' || inputs.generate-artifact == 'true' env: