Skip to content

Commit 0989e40

Browse files
committed
fix: more linting
1 parent dce0cdc commit 0989e40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
id: check_team
2222
run: |
2323
./.github/scripts/check_team_membership.sh "${{ github.actor }}" "${{ secrets.UNITY_IMMUTABLE_SDK_GITHUB_TOKEN }}"
24-
source $GITHUB_ENV
24+
# shellcheck disable=SC1090
25+
source "$GITHUB_ENV"
2526
echo "${{ github.actor }} is a member of the SDK team: $IS_MEMBER"
2627
if [[ "$IS_MEMBER" != "true" ]]; then
2728
echo "Not a member of the SDK team, skipping update"

0 commit comments

Comments
 (0)