Skip to content

Commit

Permalink
Merge pull request #2530 from Ludy87/fix_dangerous_workflow_2
Browse files Browse the repository at this point in the history
Update check_properties.yml no. 2
  • Loading branch information
Frooodle authored Dec 21, 2024
2 parents 4ee756f + f09e702 commit c087305
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: refs/pull/${{ github.event.pull_request.number }}/merge
ref: "${{ github.event.pull_request.merge_commit_sha }}"
path: pr-branch
fetch-depth: 0

Expand Down

0 comments on commit c087305

Please sign in to comment.