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