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 13ee688 commit e12b871Copy full SHA for e12b871
.github/workflows/testing-vars.yml
@@ -92,6 +92,7 @@ jobs:
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
+ du -sh /opt/* /usr/share/* /usr/local/*
96
echo "Comment from fork"
97
echo "Find dockerconf"
98
pwd
0 commit comments