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 18f28f9 commit d16a663Copy full SHA for d16a663
1 file changed
gha.sh
@@ -5,7 +5,7 @@ set -xeu -o pipefail
5
pwd
6
ls -la
7
git status
8
-
+ls -la "$INPUT_CONF_FILE"
9
10
if [[ "$INPUT_JENKINS_CERT" != 'false' ]]; then
11
export REQUESTS_CA_BUNDLE="$INPUT_JENKINS_CERT"
0 commit comments