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 35ff710 commit 8689a5dCopy full SHA for 8689a5d
1 file changed
.github/workflows/gradle-test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
# Set up environment variables
14
env:
15
- env: 'local' # Set to local, so it won't deploy the jar to the repos
+ ENV: 'local' # Set to local, so it won't deploy the jar to the repos
16
steps:
17
# Checkout code
18
- name: Checkout Code
0 commit comments