diff --git a/action.yml b/action.yml index 93635a7..bb19871 100644 --- a/action.yml +++ b/action.yml @@ -89,7 +89,7 @@ runs: - name: Checking the library that we build for the history records if: ${{ inputs.deploy-destination != '' }} - run: curl -L -f -o history.json ${{ inputs.deploy-destination }}/history.json + run: curl -L -f -o history.json ${{ inputs.deploy-destination }}/history.json || true shell: "bash" continue-on-error: true