mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 06:33:52 +08:00
Update the usage of set-output command in GH actions (#1464)
This commit is contained in:
@ -23,7 +23,7 @@ git push origin release/${VERSION}
|
||||
./scripts/generate_instrumentation_bootstrap.py
|
||||
rc=$?
|
||||
if [ $rc != 0 ]; then
|
||||
echo "::set-output name=version_updated::0"
|
||||
echo "version_updated=0" >> $GITHUB_OUTPUT
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user