diff --git a/action.yml b/action.yml index 886850e..68a3394 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: # https://github.com/actions/runner/issues/3046 - name: Expose GitHub Runtime if: env.ACTIONS_RUNTIME_TOKEN == '' - uses: "crazy-max/ghaction-github-runtime@v3" + uses: "https://github.com/crazy-max/ghaction-github-runtime@v3" - name: Upload artifact (using v4) shell: sh @@ -127,5 +127,3 @@ runs: if [ "${{ inputs.compression }}" = "true" ]; then rm -f "$MYUPLOAD" fi - - echo "The end."