Skip to content

Commit 3188117

Browse files
committed
GHA/build_master*: drop branch name from checkout, it is the default (cont.)
1 parent 416d941 commit 3188117

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build_master.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4040
with:
4141
persist-credentials: false
42-
ref: 'main'
4342

4443
- name: 'build image: master'
4544
run: buildah unshare make branch_or_ref=master release_tag=master build_ref_images

.github/workflows/build_master_dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4040
with:
4141
persist-credentials: false
42-
ref: 'main'
4342

4443
- name: 'build image: dev-debian'
4544
run: buildah unshare make branch_or_ref=master release_tag=master build_debian

0 commit comments

Comments
 (0)