Merge branch 'master' into remove-replace-runtime

This commit is contained in:
Mukundan Sundararajan 2022-12-28 11:17:14 +05:30 committed by GitHub
commit b73df39b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -217,6 +217,7 @@ jobs:
--output tsv)
echo "::add-mask::$value"
echo "$secretName=$value" >> $GITHUB_OUTPUT
echo "$secretName=$value" >> $GITHUB_ENV
done
# Download the required certificates into files, and set env var pointing to their names

View File

@ -241,6 +241,7 @@ jobs:
--output tsv)
echo "::add-mask::$value"
echo "$secretName=$value" >> $GITHUB_OUTPUT
echo "$secretName=$value" >> $GITHUB_ENV
done
- name: Start ngrok