Skip to content

Commit

Permalink
Fix acasclient master logic
Browse files Browse the repository at this point in the history
  • Loading branch information
bffrost committed Jan 16, 2025
1 parent 2106dcb commit a81490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Override ACAS_CLIENT_REF if branch is "master"
run: |
echo "ACAS_CLIENT_REF=main" >> $GITHUB_ENV
if: github.ref == 'refs/heads/master'
if: ${{env.ACAS_CLIENT_REF == 'master'}}
- name: Checkout acasclient
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a81490e

Please sign in to comment.