Skip to content

Commit

Permalink
fix compute names
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Oct 1, 2024
1 parent 83f5f1d commit 36a1e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
curl -sS -u "$auth" "$admin_url" \
-H 'Accept: application/json' \
-F fname=@- \
-F compute_names='${{ compute_names }}' \
-F compute_names=$compute_names \
< /tmp/description.json
)"
rc=$?
Expand Down

0 comments on commit 36a1e75

Please sign in to comment.