Skip to content

Commit

Permalink
syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noumantahir committed Jan 13, 2025
1 parent cea7dd5 commit 77b16bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
${{ runner.os }}-gradle-
- name: Setup Gradle 8.0.1
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: "8.0.1"
with:
gradle-version: "8.0.1"
- name: Create Google Services JSON File
env:
GOOGLE_JSON: ${{ secrets.GOOGLE_JSON }}
Expand Down

0 comments on commit 77b16bf

Please sign in to comment.