Skip to content

Commit

Permalink
ci: checkout of PR branch is not working (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored Jan 25, 2024
1 parent 5141556 commit 1b9a1cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maintainers-tsc-changes-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Checkout PR branch
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
path: pr-branch

- name: Install js-yaml
Expand Down

0 comments on commit 1b9a1cb

Please sign in to comment.