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

Commit 1ba2d34

Browse files
authoredJan 22, 2025··
chore: fix jinja action (#54)
1 parent 356e7c3 commit 1ba2d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/deploy_mainnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ref: main
4747

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

0 commit comments

Comments
 (0)
This repository has been archived.