Skip to content

Commit

Permalink
corrected volume id output
Browse files Browse the repository at this point in the history
  • Loading branch information
lola831 committed Oct 7, 2024
1 parent 8453174 commit 2eebb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-simulators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
- name: Take Snapshot of Volume
env:
VOLUME_ID: ${{ needs.start_ec2_instance.outputs.created_volume_id }}
VOLUME_ID: ${{ needs.start_ec2_instance.outputs.volume_id }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
Expand Down

0 comments on commit 2eebb22

Please sign in to comment.