Skip to content

Commit

Permalink
Update GitHub references used
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed May 27, 2024
1 parent c513a7e commit b8074e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: Check Clang-Format on Diff
run: |
./clang-format-diff.sh ${{ github.base_ref }} ${{ github.ref }}
./clang-format-diff.sh ${{ github.base_ref }} ${{ github.head_ref }}
- name: Apply Clang-Format locally
if: github.event_name == 'pull_request'
run: |
./clang-format-apply.sh ${{ github.base_ref }} ${{ github.ref }}
./clang-format-apply.sh ${{ github.base_ref }} ${{ github.head_ref }}
- name: Suggest changes
uses: parkerbxyz/suggest-changes@v1
Expand Down

0 comments on commit b8074e6

Please sign in to comment.