Skip to content

Commit

Permalink
✏️ fix: fix typo (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
synoti21 authored Oct 3, 2023
1 parent 7e7281e commit 88a69cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/diareat-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
env:
DB_ENDPOINT: ${{ secrets.DB_ENDPOINT }
DB_USERNAME: ${{ secrets.DB_USERNAME }
DB_PASSWORD: ${{ secrets.DB_PASSWORD }
DB_ENDPOINT: ${{ secrets.DB_ENDPOINT }}
DB_USERNAME: ${{ secrets.DB_USERNAME }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
with:
arguments: build

0 comments on commit 88a69cb

Please sign in to comment.