Skip to content

Commit 1fcd7a8

Browse files
committed
set -x for debugging
1 parent 332a05d commit 1fcd7a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cleanup-self-hosted-runners.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
# Stick to 2.63.0 until jq is added to 2.64.0+ https://github.com/Azure/azure-cli/issues/29830
3434
azcliversion: 2.63.0
3535
inlineScript: |
36+
set -x
3637
active_vms=$(az vm list -g ${{ secrets.AZURE_RESOURCE_GROUP }} | jq -c '.[] | {name,timeCreated}')
3738
current_time=$(date +%s)
3839
one_hour_ago=$(($current_time - 3600))

0 commit comments

Comments
 (0)