Skip to content

Commit 005d951

Browse files
committed
chore: checkout the right branch -.-
1 parent cfc0133 commit 005d951

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci-containers.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ jobs:
1010
Build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Checkout
14-
uses: actions/checkout@v3
15-
with:
16-
ref: ${{ github.event.pull_request.base.ref }}
13+
- name: Checkout repository
14+
uses: actions/checkout@v2
1715

1816
- name: Set up Docker Buildx
1917
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)