Skip to content

Commit

Permalink
Fix variable expansion (#1686)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chlebek <echlebek@sumologic.com>
  • Loading branch information
echlebek authored Oct 11, 2024
1 parent 9c34388 commit 8c4f441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow-trigger-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Packaging Workflow URL
run: echo ::notice title=Packaging Workflow URL::https://github.com/SumoLogic/sumologic-otel-collector-packaging/actions/workflows/build_packages.yml
- name: Workflow ID
run: echo ::notice title=Workflow ID::{{ inputs.workflow_id }}
run: echo ::notice title=Workflow ID::${{ inputs.workflow_id }}
- name: OTC Version
run: echo ::notice title=OTC Version::{{ steps.version-core.outputs.version }}
run: echo ::notice title=OTC Version::${{ steps.version-core.outputs.version }}
- name: OTC Sumo Version
run: echo ::notice title=OTC Sumo Version::{{steps.sumo-version.outputs.version }}
run: echo ::notice title=OTC Sumo Version::${{ steps.sumo-version.outputs.version }}

0 comments on commit 8c4f441

Please sign in to comment.