Skip to content

Commit d7763a3

Browse files
committed
fix: update license notice formatting in workflows
1 parent 36d70a9 commit d7763a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-build-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
fi
119119
120120
echo "name=$license_name" >> "$GITHUB_OUTPUT"
121-
echo "::notice title=License::$license_name"
121+
echo "::notice title=Unity License::$license_name"
122122
123123
- uses: actions/checkout@v4
124124
with:

.github/workflows/reusable-test-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
fi
8383
8484
echo "name=$license_name" >> "$GITHUB_OUTPUT"
85-
echo "::notice title=License::$license_name"
85+
echo "::notice title=Unity License::$license_name"
8686
8787
test-all:
8888
needs: [prepare-test-modes, unity-license]

0 commit comments

Comments
 (0)