diff --git a/action.yml b/action.yml index 3f8c860..4026a35 100644 --- a/action.yml +++ b/action.yml @@ -150,8 +150,8 @@ runs: if: steps.previous-report.outcome == 'success' with: name: ${{ inputs.artifact-name }} - # github-token: ${{ inputs.github-token }} - run-id: ${{ steps.previous-report.outputs.run-id }} + github-token: ${{ inputs.github-token }} + # run-id: ${{ steps.previous-report.outputs.run-id }} - name: Create report if: inputs.comment-on-pr == 'true' || inputs.generate-artifact == 'true' env: