Skip to content

Commit eb30cf5

Browse files
committed
test2
1 parent af8de0c commit eb30cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-vars.yml

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

3939
steps:
40-
- name: Debug output
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 }}"
4141
run: |
4242
echo "Running on ARCH=$(uname -p)"
4343
echo

0 commit comments

Comments
 (0)