diff --git a/github/action.yml b/github/action.yml index 9b9f1abda..5623d8d86 100644 --- a/github/action.yml +++ b/github/action.yml @@ -49,7 +49,7 @@ runs: UUID=$(printf '%s' "${{ inputs.artifact-name }}" | sha1sum | awk '{print $1}') OPENTAINT_ARTIFACTS=opentaint-artifacts/$UUID - OPENTAINT_REPOSITORY="${{ github.action_repository || github.repository }}" + OPENTAINT_REPOSITORY="seqra/opentaint" echo "OPENTAINT_ARTIFACTS=$OPENTAINT_ARTIFACTS" >> "${GITHUB_OUTPUT}" echo "OPENTAINT_REPOSITORY=$OPENTAINT_REPOSITORY" >> "${GITHUB_OUTPUT}" echo "OPENTAINT_INSTALL_DIR=$GITHUB_WORKSPACE/$OPENTAINT_ARTIFACTS" >> "${GITHUB_OUTPUT}"