Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 6846cb2

Browse files
committed
chore: fix jinja action
1 parent 0f1bb8c commit 6846cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_mainnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ref: main
4646

4747
- name: render jinja2 templates to task definition json files
48-
uses: cuchi/jinja2-action@v1.2.2
48+
uses: cuchi/jinja2-action@v1.3.0
4949
with:
5050
template: 'spectre/spectre-node/ecs/task_definition-${{ env.ENVIRONMENT }}.j2'
5151
output_file: 'spectre/spectre-node/ecs/task_definition-${{ env.ENVIRONMENT }}.json'
@@ -80,4 +80,4 @@ jobs:
8080
env:
8181
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
8282
if: always()
83-
83+

0 commit comments

Comments
 (0)