Skip to content

Commit

Permalink
Replace deprecated command with environment file (#318)
Browse files Browse the repository at this point in the history
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
  • Loading branch information
jongwooo committed Aug 30, 2023
1 parent ef2135a commit aa58fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-update-workflow.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
# Get all supported Go versions and pass the space-separated versions
# string to the next step
versions=$(gcloud functions runtimes list --format="value(NAME)" --project=gae-runtimes-private --region=us-west1 | grep ^go | tr '\n' ' ' | xargs)
echo "::set-output name=versions::$versions"
echo "versions=$versions" >> $GITHUB_OUTPUT
id: get_versions

- name: Checkout appengine repo
Expand Down

0 comments on commit aa58fcd

Please sign in to comment.