diff --git a/go/build-and-test/action.yml b/go/build-and-test/action.yml index 5d4f41f..b4e0053 100644 --- a/go/build-and-test/action.yml +++ b/go/build-and-test/action.yml @@ -56,7 +56,7 @@ runs: run: echo "short_sha=`echo ${GITHUB_SHA::7}`" > $GITHUB_OUTPUT shell: bash - name: Run custom Go build action - uses: wishabi/github-actions/go/build@skip-test + uses: wishabi/github-actions/go/build@v0 with: FLIPPCIRCLECIPULLER_REPO_TOKEN: ${{ inputs.FLIPPCIRCLECIPULLER_REPO_TOKEN }} BUF_BUILD_USER: ${{ inputs.BUF_BUILD_USER }}