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 d67d843 commit 13ee688Copy full SHA for 13ee688
.github/workflows/testing-vars.yml
@@ -90,6 +90,7 @@ jobs:
90
- name: Debug output
91
env:
92
LOCAL_DEBUG1: ${{ github.ref_name == 'main' && format('{0}{1}{2}', 'Input variable skip_tests ', ' set to value ', inputs.skip_tests) || inputs.skip_tests }}
93
+ TEST_VARIABLE: "This is test string for application ${{ env.APPLICATION }} ."
94
run: |
95
echo "Comment from fork"
96
echo "Find dockerconf"
0 commit comments