Skip to content

Commit

Permalink
Update 'earthly.yml' to fix a syntax error in the conditional stateme…
Browse files Browse the repository at this point in the history
…nt for the 'build' job
  • Loading branch information
defstream committed Nov 9, 2023
1 parent 2e07daa commit e4f76b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/earthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
name: kickable - earthly build
runs-on: ubuntu-latest
if: github.repository == defstream/kickable
if: github.repository == "defstream/kickable"
env:
FORCE_COLOR: 1
EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }}
Expand Down

0 comments on commit e4f76b5

Please sign in to comment.