aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/clang_format.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/clang_format.yml')
-rw-r--r--.github/workflows/clang_format.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/clang_format.yml b/.github/workflows/clang_format.yml
index 17d1567..1afd391 100644
--- a/.github/workflows/clang_format.yml
+++ b/.github/workflows/clang_format.yml
@@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - name: Fetch origin/master
- run: git fetch origin master
+ - name: Fetch origin/main
+ run: git fetch origin main
- name: List of changed file(s)
run: git diff --name-only FETCH_HEAD