Skip to content

Commit

Permalink
Run on the merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Dec 8, 2022
1 parent d006e22 commit 539320f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
# Checkout the HEAD of the PR instead of the merge commit.
# This may include unrelated files if the PR branch is not up to date with the upstream.
# ref: ${{ github.event.pull_request.head.sha }}
# Try to get the merge commit.
ref: ${{ github.event.pull_request.merge_commit_sha }}
# Checkout the merge commit.
ref: refs/pull/${{ github.event.number }}/merge
fetch-depth: 0
# So we can use secrets.ALIBUILD_GITHUB_TOKEN to push later.
persist-credentials: false
Expand Down

0 comments on commit 539320f

Please sign in to comment.