Skip to content

Commit

Permalink
fix: action expression
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Nov 21, 2024
1 parent dfc9a19 commit 6024240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
jobs:
build-aws:
runs-on: ubuntu-latest
if: ${{ contains(inputs.source, "amazon-ebs.aws-ami") }}
if: ${{ contains(inputs.source, 'amazon-ebs.aws-ami') }}
steps:
- name: Build AWS image
uses: RocketChat/packer-configs@main
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
build-digitalocean:
runs-on: ubuntu-latest
if: ${{ contains(inputs.source, "digitalocean.do-marketplace") }}
if: ${{ contains(inputs.source, 'digitalocean.do-marketplace') }}
steps:
- name: Build DigitalOcean image
uses: RocketChat/packer-configs@main
Expand Down

0 comments on commit 6024240

Please sign in to comment.