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 10b6a6f commit d5489bdCopy full SHA for d5489bd
.github/workflows/master_push.yml
@@ -38,8 +38,8 @@ jobs:
38
~/sfdx/bin/sfdx version
39
40
# Install java as it is required for the next step
41
- - name: 'Installing java'
42
- run: sudo apt-get install openjdk-8-jdk
+ # - name: 'Installing java'
+ # run: sudo apt-get install openjdk-8-jdk
43
44
# The URL is stored in the Github Secret named SFDX_INTEGRATION_URL
45
# so here we store the URL into a text file
0 commit comments