diff --git a/.github/workflows/sandbox.yaml b/.github/workflows/sandbox.yaml index 424ee545e9..a613058565 100644 --- a/.github/workflows/sandbox.yaml +++ b/.github/workflows/sandbox.yaml @@ -846,6 +846,9 @@ jobs: pr_creation: runs-on: ubuntu-latest steps: + - name: 'Checkout' + uses: 'actions/checkout@v4' + - name: Get a branch name if PR is created if: startsWith(github.event.pull_request.head.ref, 'sandbox/') run: |