Skip to content

Commit

Permalink
Merge pull request #316 from smash-transport/roch/fix_formatter_WF
Browse files Browse the repository at this point in the history
Checkout merge commit and not the branch
  • Loading branch information
Hendrik1704 authored Nov 20, 2024
2 parents 80d3a94 + 9205467 commit 99b7773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }} # Check out the pull request branch
ref: ${{ github.sha }} # Check out the exact commit of the merged PR

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 99b7773

Please sign in to comment.