We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad21ecb commit 6ef2571Copy full SHA for 6ef2571
.github/workflows/remove_runner.yml
@@ -29,10 +29,10 @@ jobs:
29
exit 0
30
fi
31
32
+ gcloud auth activate-service-account --key-file ${{ steps.auth.outputs.credentials_file_path }}
33
if [ -z "$(gcloud compute instances list | grep "${{ inputs.runner-label }}")" ]; then
34
// vm is gone
35
36
37
- gcloud auth activate-service-account --key-file "${{ steps.auth.outputs.credentials_file_path }}"
38
gcloud compute instances delete ${{ inputs.runner-label }} --quiet --zone europe-west1-b
0 commit comments