Skip to content

Commit 470c2b5

Browse files
authored
Add checkout to workflow
1 parent 6a7a489 commit 470c2b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
runs-on: self-hosted
1111
environment: production
1212
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v3
15+
with:
16+
ref: main
1317
-
1418
name: Set up Docker Buildx
1519
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)