diff --git a/.github/workflows/dactyl.yaml b/.github/workflows/dactyl.yaml index 1a194026bb..15137c2893 100644 --- a/.github/workflows/dactyl.yaml +++ b/.github/workflows/dactyl.yaml @@ -47,7 +47,7 @@ jobs: id: slug7 env: PRSHA: ${{ steps.prsha7.outputs.substring }} - run: echo "::set-output name=sha7::$(echo ${PRSHA} | cut -c1- + run: echo "::set-output name=sha7::$(echo ${PRSHA} | cut -c1-7)" - name: Build and deploy to gh-pages uses: sauloxd/review-apps@v1.3.3 with: