diff --git a/.github/workflows/surge-preview-for-pr.yml b/.github/workflows/surge-preview-for-pr.yml index 3b588fa..b45b457 100644 --- a/.github/workflows/surge-preview-for-pr.yml +++ b/.github/workflows/surge-preview-for-pr.yml @@ -14,7 +14,7 @@ jobs: demo_preview: # the id is used by surge to generate the surge url runs-on: ubuntu-20.04 steps: - - uses: bonitasoft/actions/packages/surge-preview-tools@v1.2.0 + - uses: bonitasoft/actions/packages/surge-preview-tools@v1 id: surge-preview-tools with: surge-token: ${{ secrets.SURGE_TOKEN }}