diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 777214e7..a12c265e 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -24,6 +24,7 @@ jobs: runs-on: ubuntu-latest needs: test steps: + - uses: actions/checkout@v4 - uses: ./.github/actions/setup-go - name: Create bin directory diff --git a/.github/workflows/discord-notify.yml b/.github/workflows/discord-notify.yml index ba3671b2..214da8a2 100644 --- a/.github/workflows/discord-notify.yml +++ b/.github/workflows/discord-notify.yml @@ -12,6 +12,7 @@ jobs: notify-discord: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - name: Get PR Metadata if: github.event_name == 'pull_request' uses: actions/github-script@v6