diff --git a/.github/workflows/create-token-pr.yaml b/.github/workflows/create-token-pr.yaml index 1732c80897..1aa53365a3 100644 --- a/.github/workflows/create-token-pr.yaml +++ b/.github/workflows/create-token-pr.yaml @@ -15,13 +15,12 @@ jobs: runs-on: ubuntu-latest steps: - # Checkout the token branch which was pushed - - name: Checkout Token Branch + - name: Checkout uses: actions/checkout@v4 with: fetch-depth: 0 - # Check if the PR branch corresponding to the token branch exists + # Check if a PR branch corresponding to the token branch exists - name: Get PR Branch id: pr-branch run: |