diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index f3a71281a..2f59a58a5 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v3 with: - ref: ${{ inputs.tag }} + ref: hps-java-${{ inputs.tag }} - name: Validate tag run: |