Skip to content

Commit

Permalink
Wrapped digest var in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
troll-os committed Aug 29, 2024
1 parent 953a126 commit d5ff01c
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 @@ -92,6 +92,6 @@ jobs:
ansible-tower-url: ${{ secrets.AWX_URL }}
template-id: "65"
additional-vars: |
{ "openbas_version": "${{steps.meta.outputs.version}}", "openbas_config": ${{ inputs.openbas_config }}, "image_digest": ${{ needs.openbas-platform.outputs.dockerBuildDigest }} }
{ "openbas_version": "${{steps.meta.outputs.version}}", "openbas_config": ${{ inputs.openbas_config }}, "image_digest": "${{ needs.openbas-platform.outputs.dockerBuildDigest }}" }
- name: display URL
run: echo "https://${{steps.meta.outputs.version}}.obas.dev.filigran.io"

0 comments on commit d5ff01c

Please sign in to comment.