diff --git a/action.yml b/action.yml index 932daaf..c5ea98e 100644 --- a/action.yml +++ b/action.yml @@ -145,7 +145,7 @@ runs: - name: Download previous report uses: https://git.salame.cl/actions/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4 # Ensure the previous step succeeded - if: steps.previous-report.outcome == 'success' + if: steps.previous_report.outcome == 'success' with: name: ${{ inputs.artifact-name }} github-token: ${{ inputs.github-token }}