Skip to content

Commit 186b36e

Browse files
committed
Allegedly, runner name is already baked into github_env
1 parent 3a070d5 commit 186b36e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

devops/actions/run-tests/benchmark_v2/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ runs:
3333
shell: bash
3434
env:
3535
TARGET_DEVICE: ${{ inputs.target_devices }}
36-
RUNNER_NAME: ${{ runner.name }}
3736
PRESET: ${{ inputs.preset }}
3837
run: |
3938
case "$RUNNER_TAG" in
@@ -51,7 +50,6 @@ runs:
5150
echo "Bad runner name, please ensure runner name is [a-zA-Z0-9_-]."
5251
exit 1
5352
fi
54-
echo "RUNNER_NAME=$RUNNER_NAME" >> $GITHUB_ENV
5553
5654
# input.target_devices is not directly used, as this allows code injection
5755
case "$TARGET_DEVICE" in

0 commit comments

Comments
 (0)