Skip to content

Commit

Permalink
ci(palletjack): fix flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 4, 2024
1 parent cd7aa66 commit 7c0a552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/palletjack/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runs:
--max-retries=1
--task-timeout=60m
--parallelism=1
--add-cloudsql-instances=${{ inputs.cloudsql_instance }}
--set-cloudsql-instances=${{ inputs.cloudsql_instance }}
- name: 🕰️ Create Main Cloud Scheduler
shell: bash
Expand Down

0 comments on commit 7c0a552

Please sign in to comment.