Skip to content

Commit a41d5e1

Browse files
committed
test22
1 parent eb30cf5 commit a41d5e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testing-vars.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
runner: [ubuntu-24.04-arm, ubuntu-24.04]
3838

3939
steps:
40-
- name: "Debug output - ${{ inputs.skip_tests == 'false' && format('{0}{1}{2}', 'Input variable skip_tests ', ' set to value ', inputs.skip_tests) || inputs.skip_tests }}"
40+
- name: Debug output
41+
env:
42+
LOCAL_DEBUG1: ${{ inputs.skip_tests == 'false' && format('{0}{1}{2}', 'Input variable skip_tests ', ' set to value ', inputs.skip_tests) || inputs.skip_tests }}
4143
run: |
4244
echo "Running on ARCH=$(uname -p)"
4345
echo

0 commit comments

Comments
 (0)