Skip to content

Commit

Permalink
Merge pull request #15 from 0xPolygon/DEVOPS-2759-repo-public-update
Browse files Browse the repository at this point in the history
Fix for when calling from bridge api repo
  • Loading branch information
sshrihar authored Apr 26, 2024
2 parents 2e67608 + 2f8c65c commit da716f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecs_deploy_docker_taskdef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
echo "taskdef_file_script=pipelines/Support/taskdef_template/taskdef_creator.py" >> $GITHUB_ENV
echo "taskdef_file_template=pipelines/Support/taskdef_template/taskdef_template.json" >> $GITHUB_ENV
else
echo "taskdef_file_script=${{inputs.taskdef_file_script}}" >> $GITHUB_ENV
echo "taskdef_file_template=${{inputs.taskdef_file_template}}" >> $GITHUB_ENV
echo "taskdef_file_script=code/${{inputs.taskdef_file_script}}" >> $GITHUB_ENV
echo "taskdef_file_template=code/${{inputs.taskdef_file_template}}" >> $GITHUB_ENV
fi
- name: Create taskdef file dynamically using parameters passed
Expand Down

0 comments on commit da716f4

Please sign in to comment.