File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -56,17 +56,17 @@ jobs:
56
56
run : ./getMasterThemes.sh
57
57
58
58
# Set environment variables
59
- - name : Export Properties
60
- id : properties
61
- shell : bash
62
- env :
63
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
64
- run : |
65
- PROPERTIES="$(./gradlew properties --console=plain -q)"
66
- IDE_VERSIONS="$(echo "$PROPERTIES" | grep "^pluginVerifierIdeVersions:" | base64)"
67
-
68
- echo "::set-output name=ideVersions::$IDE_VERSIONS"
69
- echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
59
+ # - name: Export Properties
60
+ # id: properties
61
+ # shell: bash
62
+ # env:
63
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
+ # run: |
65
+ # PROPERTIES="$(./gradlew properties --console=plain -q)"
66
+ # IDE_VERSIONS="$(echo "$PROPERTIES" | grep "^pluginVerifierIdeVersions:" | base64)"
67
+ #
68
+ # echo "::set-output name=ideVersions::$IDE_VERSIONS"
69
+ # echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
70
70
71
71
# Run tests
72
72
- name : Run Tests
You can’t perform that action at this time.
0 commit comments