Fix integration Github action using the deprecated command set-output (#11282)

This commit is contained in:
KanchiMoe
2023-04-26 10:15:23 -05:00
committed by GitHub
parent b9e6a84f24
commit 503a30092f
+2 -2
View File
@@ -34,8 +34,8 @@ jobs:
- id: gen
run: |
UUID=$(uuidgen)
echo "::set-output name=subdomain::fleet-test-$UUID"
echo "::set-output name=address::https://fleet-test-$UUID.fleetuem.com"
echo "subdomain=fleet-test-$UUID" >> $GITHUB_OUTPUT
echo "address=https://fleet-test-$UUID.fleetuem.com" >> $GITHUB_OUTPUT
run-server:
runs-on: ubuntu-latest