Skip to content

Commit

Permalink
Fix GitHub workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 25, 2023
1 parent 0cd448a commit 25a8ce3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Build
run: ./gradlew spotlessCheck build
env:
OPENAI_API_KEY: {{ secrets.OPENAI_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1 change: 0 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#Sat Dec 23 10:13:17 EET 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
Expand Down

0 comments on commit 25a8ce3

Please sign in to comment.