diff --git a/.github/workflows/self-hosted.yml b/.github/workflows/self-hosted.yml index 6bacca7..3b504b5 100644 --- a/.github/workflows/self-hosted.yml +++ b/.github/workflows/self-hosted.yml @@ -52,7 +52,7 @@ jobs: if: inputs.cache_requirements uses: actions/cache@v4 env: - cache-name: ${{ inputs.repo }}-requirements + cache-name: ${{ github.repository }}-requirements with: path: | requirements.tar @@ -64,7 +64,7 @@ jobs: id: cache-self-hosted uses: actions/cache@v4 env: - cache-name: ${{ inputs.repo }}-self-hosted + cache-name: ${{ github.repository }}-self-hosted with: path: | self-hosted-runtime.tar @@ -108,7 +108,7 @@ jobs: id: cache-self-hosted uses: actions/cache@v4 env: - cache-name: ${{ inputs.repo }}-self-hosted + cache-name: ${{ github.repository }}-self-hosted with: path: | self-hosted-runtime.tar @@ -142,7 +142,7 @@ jobs: id: cache-self-hosted uses: actions/cache@v4 env: - cache-name: ${{ inputs.repo }}-self-hosted + cache-name: ${{ github.repository }}-self-hosted with: path: | self-hosted-runtime.tar