Skip to content

Commit 4a4d8c7

Browse files
committed
fix git checkout?
1 parent 807ed97 commit 4a4d8c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,8 @@ jobs:
130130
- name: Check out current commit
131131
uses: actions/checkout@v5
132132
with:
133-
ref: ${{ env.HEAD_COMMIT }}
134133
fetch-depth: 0
135134

136-
137135
- name: Check if master is not ahead of develop
138136
run: |
139137
# Get commit counts: left=develop unique commits, right=master unique commits

0 commit comments

Comments
 (0)