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 dce0cdc commit 0989e40Copy full SHA for 0989e40
.github/workflows/update-version.yml
@@ -21,7 +21,8 @@ jobs:
21
id: check_team
22
run: |
23
./.github/scripts/check_team_membership.sh "${{ github.actor }}" "${{ secrets.UNITY_IMMUTABLE_SDK_GITHUB_TOKEN }}"
24
- source $GITHUB_ENV
+ # shellcheck disable=SC1090
25
+ 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"
0 commit comments