diff --git a/.github/workflows/docs-action.yml b/.github/workflows/docs-action.yml index da0804f86..fd5011f60 100644 --- a/.github/workflows/docs-action.yml +++ b/.github/workflows/docs-action.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - ref: testing-doc-snippets + ref: ${{ github.ref }} token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0