Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
robguthrie committed Apr 17, 2023
1 parent 4d16b82 commit 5e0cc9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/loomio_com_image.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
HAVESECRET: ${{ secrets.DOCKER_USERNAME }}
steps:
- name: Check out loomio source
uses: actions/checkout@v2
uses: actions/checkout@v3
if: env.HAVESECRET != null

- name: Check out loomio_subs engine
Expand All @@ -25,7 +25,7 @@ jobs:
ref: master

- name: Check out loomio-website gem
uses: actions/checkout@v2
uses: actions/checkout@v3
if: env.HAVESECRET != null
with:
token: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit 5e0cc9d

Please sign in to comment.