Skip to content

Commit

Permalink
fix: Branch ref needs to be in quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Finnigan <[email protected]>
  • Loading branch information
kenfinnigan committed Apr 25, 2024
1 parent 87bfc6e commit d62f58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/otel-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'build-and-test.yml',
ref: update-otel-${{ steps.get-latest-otel-version.outputs.latest_otel_version }},
ref: 'update-otel-${{ steps.get-latest-otel-version.outputs.latest_otel_version }}',
inputs: {}
});

0 comments on commit d62f58b

Please sign in to comment.