File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -26,22 +26,19 @@ jobs:
26
26
echo "${{ github.actor }} is a member of the SDK team: $IS_MEMBER"
27
27
if [[ "$IS_MEMBER" != "true" ]]; then
28
28
echo "Not a member of the SDK team, skipping update"
29
- # exit 1
29
+ exit 1
30
30
fi
31
31
32
- - name : Echo team membership
33
- run : echo "${{ steps.check_team.outputs.is_member }}"
34
-
35
32
- name : Echo SdkVersionHelper
36
33
run : echo "$(cat ./src/Packages/Passport/Runtime/Scripts/Private/Helpers/SdkVersionInfoHelpers.cs)"
37
34
38
- # - name: Set up Python
39
- # uses: actions/setup-python@v4
40
- # with:
41
- # python-version: '3.x'
35
+ - name : Set up Python
36
+ uses : actions/setup-python@v4
37
+ with :
38
+ python-version : ' 3.x'
42
39
43
- # - name: Install jq
44
- # run: sudo apt-get install -y jq
40
+ - name : Install jq
41
+ run : sudo apt-get install -y jq
45
42
46
43
# - name: Replace version string
47
44
# id: replace_version
You can’t perform that action at this time.
0 commit comments