Skip to content

Commit d11a9ff

Browse files
committed
fix input syntax
Signed-off-by: Adam Ratzman <[email protected]>
1 parent 5ebca0f commit d11a9ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ on:
1414
env:
1515
SPOTIFY_CLIENT_ID: ${{ secrets.SPOTIFY_CLIENT_ID }}
1616
SPOTIFY_CLIENT_SECRET: ${{ secrets.SPOTIFY_CLIENT_SECRET }}
17-
SPOTIFY_TOKEN_STRING: ${{ event.inputs.spotify_test_client_token }}
18-
SPOTIFY_REDIRECT_URI: ${{ event.inputs.spotify_test_redirect_uri }}
17+
SPOTIFY_TOKEN_STRING: ${{ github.event.inputs.spotify_test_client_token }}
18+
SPOTIFY_REDIRECT_URI: ${{ github.event.inputs.spotify_test_redirect_uri }}
1919
ORG_GRADLE_PROJECT_NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
2020
ORG_GRADLE_PROJECT_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
2121
ORG_GRADLE_PROJECT_SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
2222
ORG_GRADLE_PROJECT_SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
23-
SPOTIFY_API_PUBLISH_VERSION: ${{ event.inputs.release_version }}
23+
SPOTIFY_API_PUBLISH_VERSION: ${{ github.event.inputs.release_version }}
2424
jobs:
2525
release_android_jvm_linux:
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)