Skip to content

Commit

Permalink
Update .github/workflows/delete-pool-on-pr-close.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zsusswein authored Dec 16, 2024
1 parent 78ce364 commit dee5a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-pool-on-pr-close.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
az batch account login \
--resource-group {{ secrets.PRD_RESOURCE_GROUP }} \
-- name "{{ env.BATCH_ACCOUNT }}"
--name "{{ env.BATCH_ACCOUNT }}"
az batch pool delete \
--pool-id "cfa-epinow2-${{ steps.image-tag.outputs.tag }}" \
Expand Down

0 comments on commit dee5a68

Please sign in to comment.