diff --git a/.github/workflows/deploy_pr_preview.yml b/.github/workflows/deploy_pr_preview.yml index 795950c..793252c 100644 --- a/.github/workflows/deploy_pr_preview.yml +++ b/.github/workflows/deploy_pr_preview.yml @@ -23,6 +23,8 @@ jobs: matrix: node-version: [20] steps: + - name: Checkout + uses: actions/checkout@v3 - name: Setup go uses: actions/setup-go@v5 with: diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 01e01b6..6a0264d 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -18,6 +18,8 @@ jobs: matrix: node-version: [20] steps: + - name: Checkout + uses: actions/checkout@v3 - name: Setup go uses: actions/setup-go@v5 with: