mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 19:47:17 +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
|
./scripts/generate_instrumentation_bootstrap.py
|
||||||
rc=$?
|
rc=$?
|
||||||
if [ $rc != 0 ]; then
|
if [ $rc != 0 ]; then
|
||||||
echo "::set-output name=version_updated::0"
|
echo "version_updated=0" >> $GITHUB_OUTPUT
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user