Skip to content

Commit

Permalink
chore: fix jinja action (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 authored Jan 22, 2025
1 parent 356e7c3 commit 1ba2d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ref: main

- name: render jinja2 templates to task definition json files
uses: cuchi/jinja2-action@v1.2.2
uses: cuchi/jinja2-action@v1.3.0
with:
template: 'spectre/spectre-node/ecs/task_definition-${{ env.ENVIRONMENT }}.j2'
output_file: 'spectre/spectre-node/ecs/task_definition-${{ env.ENVIRONMENT }}.json'
Expand Down Expand Up @@ -81,4 +81,4 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: always()


0 comments on commit 1ba2d34

Please sign in to comment.