Skip to content

Commit

Permalink
Fix input variable reference in entrypoint (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-ripple authored and elgohr committed Jan 9, 2020
1 parent 7b7cc58 commit 57bdc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set -e
echo "${GCLOUD_AUTH}" | base64 -d > "${HOME}/gcloud.json"
echo "${INPUT_ACCOUNT_KEY}" | base64 -d > "${HOME}/gcloud.json"
gcloud auth activate-service-account --key-file="${HOME}/gcloud.json"

echo "::set-output name=username::oauth2accesstoken"
Expand Down

0 comments on commit 57bdc0c

Please sign in to comment.