We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d017fe7 commit 9ab1752Copy full SHA for 9ab1752
.github/workflows/update-version.yml
@@ -22,7 +22,8 @@ jobs:
22
id: check_team
23
run: |
24
./.github/scripts/check_team_membership.sh "${{ github.actor }}" "${{ secrets.UNITY_IMMUTABLE_SDK_GITHUB_TOKEN }}"
25
- echo "$IS_MEMBER"
+ source $GITHUB_ENV
26
+ echo "${{ github.actor }} is a member of the SDK team: $IS_MEMBER"
27
if [[ "$IS_MEMBER" != "true" ]]; then
28
echo "Not a member of the SDK team, skipping update"
29
# exit 1
0 commit comments