Skip to content

Commit

Permalink
Merge pull request #2528 from Ludy87/fix_dangerous_workflow
Browse files Browse the repository at this point in the history
Update check_properties.yml
  • Loading branch information
Frooodle authored Dec 21, 2024
2 parents d136f9b + 67a08a7 commit 4ee756f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
ref: refs/pull/${{ github.event.pull_request.number }}/merge
path: pr-branch
fetch-depth: 0

Expand Down

0 comments on commit 4ee756f

Please sign in to comment.