[testing workflows] Fix undefined BuildKite Analytics message (#50641)

This commit is contained in:
Adrian Moldovan 2024-08-16 17:50:03 +01:00 committed by GitHub
parent bb532b7a6f
commit cfdaa7e6cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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'