mirror of
https://github.com/FlipsideCrypto/fsc-utils.git
synced 2026-02-06 10:56:49 +00:00
fix alter command
This commit is contained in:
parent
ac7e9700cb
commit
de2d091b29
@ -167,5 +167,5 @@
|
||||
{% endmacro %}
|
||||
|
||||
{% macro alter_gha_task(task_name, task_action) %}
|
||||
ALTER TASK IF EXISTS github_actions.{{ task_name }} {{ task_action }};
|
||||
ALTER TASK IF EXISTS github_actions.{{ task_name }} {{ task_action }}
|
||||
{% endmacro %}
|
||||
Loading…
Reference in New Issue
Block a user