Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ETW init failure #3571

Merged
merged 18 commits into from
Mar 6, 2024
2 changes: 1 addition & 1 deletion .github/workflows/build-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
run: |
modules=$(ls -d smoke-tests/apps/* | sed 's/\/$//' | sed 's/\//:/g' | sed 's/^/:/')
inner_json=$(echo $modules | xargs echo | sed 's/ /","/g')
echo "::set-output name=matrix::{\"module\":[\"$inner_json\"]}"
echo "{matrix}={\"module\":[\"$inner_json\"]}" >> $GITHUB_OUTPUT
trask marked this conversation as resolved.
Show resolved Hide resolved

smoke-test:
needs: setup-smoke-test-matrix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
$VERSION \
applicationinsights-agent-$VERSION.jar

echo "::set-output name=version::$VERSION"
echo "{version}={$VERSION}" >> $GITHUB_OUTPUT

create-docs-pull-request:
needs:
Expand Down