Skip to content

Commit

Permalink
Fix syntax in the AMI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaraque committed Aug 28, 2024
1 parent b44ed64 commit 5cfec1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packages_builder_ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4

- name: View parameters
run: echo "${{ toJson(inputs) }}"
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
aws ec2 stop-instances --instance-ids ${{ env.identifier }}
- name: Check EC2 instance status until stopped
- name: Check EC2 instance status until stopped
id: check_status
run: |
TIMEOUT=120
Expand Down

0 comments on commit 5cfec1e

Please sign in to comment.