We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08b102 commit 013ef38Copy full SHA for 013ef38
.github/workflows/carbon-aware-deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Scale Down Existing Machines
38
run: |
39
echo "Destroying existing machines..."
40
- flyctl machines list -q | xargs -I {} flyctl machine destroy {} --force
+ flyctl machines list -q | awk '{gsub(/[^a-zA-Z0-9-]/,"")}1' | xargs -I {} flyctl machine destroy {} --force
41
env:
42
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
43
0 commit comments