Skip to content

Commit

Permalink
Seems quotes required
Browse files Browse the repository at this point in the history
  • Loading branch information
cdivitotawela committed Jun 4, 2024
1 parent 48ed2f7 commit 77455d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/calling-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Set the container tag
id: generate-image-tag
run: echo "tag=1.0.0" >> $GITHUB_OUTPUTS
run: echo "tag=1.0.0" >> "$GITHUB_OUTPUT"

- name: Display output
run: echo ${{ steps.generate-image-tag.outputs.tag }}

0 comments on commit 77455d5

Please sign in to comment.