Skip to content

Commit

Permalink
Updated ref to use lastest code from PR; not merge
Browse files Browse the repository at this point in the history
Previously, a version of the code was used that was how a merge could look like.
Now, the code is used as it is in the PR
  • Loading branch information
jakob-fritz committed Jan 15, 2024
1 parent 249741b commit f38f0e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: "${{ github.event.pull_request.merge_commit_sha }}"
ref: "${{ github.event.pull_request.head.sha }}"
persist-credentials: false
fetch-depth: 0
- name: Mirror and wait for Gitlab-CI
uses: jakob-fritz/github2lab_action@Iss35_mirror_pr
env:
Expand Down

0 comments on commit f38f0e5

Please sign in to comment.