[ci] Fix comment commands (#6889)

This commit is contained in:
Gold856
2024-07-29 10:54:17 -04:00
committed by GitHub
parent 7093facced
commit 3e1e3fb4ca

View File

@@ -73,9 +73,9 @@ jobs:
content: "rocket",
});
- uses: actions/checkout@v4
- name: Checkout PR
with:
token: ${{ secrets.COMMENT_COMMAND_PAT_TOKEN }}
- name: Checkout PR
run: |
gh pr checkout $NUMBER
env: