We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8de0c commit eb30cf5Copy full SHA for eb30cf5
.github/workflows/testing-vars.yml
@@ -37,7 +37,7 @@ jobs:
37
runner: [ubuntu-24.04-arm, ubuntu-24.04]
38
39
steps:
40
- - name: Debug output
+ - name: "Debug output - ${{ inputs.skip_tests == 'false' && format('{0}{1}{2}', 'Input variable skip_tests ', ' set to value ', inputs.skip_tests) || inputs.skip_tests }}"
41
run: |
42
echo "Running on ARCH=$(uname -p)"
43
echo
0 commit comments