Skip to content

Commit

Permalink
Update check_properties.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Dec 22, 2024
1 parent 0f1b943 commit ab5b91f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check_properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ jobs:

- name: Checkout PR branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
env:
PULL_REQUEST_REF: ${{ github.event.pull_request.head.ref }}
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: $PULL_REQUEST_REF
ref: ${{ github.event.pull_request.head.ref }}
path: pr-branch
fetch-depth: 0

Expand Down

0 comments on commit ab5b91f

Please sign in to comment.