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 063b0ad commit f53eb0bCopy full SHA for f53eb0b
.github/workflows/ingestion_client.yaml
@@ -23,9 +23,9 @@ jobs:
23
set -u -e -o pipefail
24
version=$(cat ./samples/ingestion/ingestion-client/Setup/ArmTemplateBatch.json | jq -r .variables.Version)
25
versionRealtime=$(cat ./samples/ingestion/ingestion-client/Setup/ArmTemplateRealtime.json | jq -r .variables.Version)
26
- echo ::set-output name=version::$version
+ echo version=$version >> "$GITHUB_OUTPUT"
27
echo "Batch template: ${version}"
28
- echo ::set-output name=versionRealtime::$versionRealtime
+ echo versionRealtime=$versionRealtime >> "$GITHUB_OUTPUT"
29
echo "Realtime template: ${versionRealtime}"
30
31
- name: Verify Release Versions
0 commit comments