Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Feb 26, 2021
2 parents e2766ab + e9fe405 commit d72eddb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

set -e

echo "This GitHub Action version has been deprecated - please upgrade to pulumi/actions@v2"
echo ""
echo ""
echo "::warning::A new version of the Pulumi Action is available. It’s faster and works better with the ecosystem of other Actions. Please upgrade to pulumi/actions@v2"

# For Google, we need to authenticate with a service principal for certain authentication operations.
if [ ! -z "$GOOGLE_CREDENTIALS" ]; then
Expand Down

0 comments on commit d72eddb

Please sign in to comment.