Skip to content

Commit bcf6006

Browse files
committed
updates
1 parent 310ada0 commit bcf6006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v3
1616
with:
17-
ref: main
17+
ref: updates
1818
- name: Log in to GitHub Packages
1919
run: echo ${GITHUB_TOKEN} | docker login -u ${GITHUB_ACTOR} --password-stdin ghcr.io
2020
env:
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout
4242
uses: actions/checkout@v3
4343
with:
44-
ref: main
44+
ref: updates
4545
- name: Log in to GitHub Packages
4646
run: echo ${GITHUB_TOKEN} | docker login -u ${GITHUB_ACTOR} --password-stdin ghcr.io
4747
env:

0 commit comments

Comments
 (0)