Skip to content

Commit

Permalink
chore: Synced local '.github/' with remote 'sync-files/android/.github/'
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot committed Feb 5, 2024
1 parent c4c1c84 commit 23e69b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- uses: gradle/wrapper-validation-action@v1.1.0
- uses: gradle/wrapper-validation-action@v1.0.4
- name: Create .gpg key
run: |
echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
pull_request:
branches-ignore: ['gh-pages']
workflow_dispatch:
workflow_call:
workflow_call:

jobs:
test:
Expand All @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v3

- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1.1.0
uses: gradle/wrapper-validation-action@v1.0.4

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit 23e69b0

Please sign in to comment.