Skip to content

Commit

Permalink
Fix cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed Jun 5, 2024
1 parent 675d4ad commit 1a7d89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- run: yes | bin/cleanup-amis
- run: yes | bundle exec bin/cleanup-amis

0 comments on commit 1a7d89b

Please sign in to comment.