Skip to content

Commit

Permalink
Deploy feature branch: work around variable scoping (#5145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbocahu committed Dec 7, 2023
1 parent e361e8f commit 19c69c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ jobs:
ansible-tower-url: ${{ secrets.AWX_URL }}
template-id: "26"
additional-vars: |
{ "customer": "${{steps.meta.outputs.version}}", "octi_config": ${{ inputs.octi_config }} }
{ "octi_version": "${{steps.meta.outputs.version}}", "octi_config": ${{ inputs.octi_config }} }
- name: display URL
run: echo "https://${{steps.meta.outputs.version}}.octi.dev.filigran.io"

0 comments on commit 19c69c2

Please sign in to comment.