[testing workflows] Fix undefined BuildKite Analytics message (#50641)
This commit is contained in:
parent
bb532b7a6f
commit
cfdaa7e6cb
|
@ -162,7 +162,7 @@ jobs:
|
||||||
else
|
else
|
||||||
MESSAGE="${{ github.event_name }}"
|
MESSAGE="${{ github.event_name }}"
|
||||||
fi
|
fi
|
||||||
echo "BUILDKITE_ANALYTICS_MESSAGE=$MESSAGE" >> "$GITHUB_OUTPUT"
|
echo "BUILDKITE_ANALYTICS_MESSAGE=$MESSAGE" >> "$GITHUB_ENV"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: 'Resolve artifacts path'
|
- name: 'Resolve artifacts path'
|
||||||
|
|
Loading…
Reference in New Issue