We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2135a commit aa58fcdCopy full SHA for aa58fcd
.github/workflows/ci-update-workflow.yml
@@ -31,7 +31,7 @@ jobs:
31
# Get all supported Go versions and pass the space-separated versions
32
# string to the next step
33
versions=$(gcloud functions runtimes list --format="value(NAME)" --project=gae-runtimes-private --region=us-west1 | grep ^go | tr '\n' ' ' | xargs)
34
- echo "::set-output name=versions::$versions"
+ echo "versions=$versions" >> $GITHUB_OUTPUT
35
id: get_versions
36
37
- name: Checkout appengine repo
0 commit comments