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 b9e57db commit 4c13af5Copy full SHA for 4c13af5
build-maven/action.yml
@@ -69,6 +69,16 @@ runs:
69
mkdir .actions/
70
ln -s "${GITHUB_ACTION_PATH}/../get-build-number" .actions/get-build-number
71
ln -s "${GITHUB_ACTION_PATH}/../cache" .actions/cache
72
+ echo "DEBUG BUILD-9058"
73
+ pwd
74
+ ls -lad .actions/get-build-number .actions/cache
75
+ env | sort | grep -E "ACTION_PATH|WORKSPACE|runner/work"
76
+ {
77
+ ls -la /home/
78
+ ls -la /home/runner/
79
+ ls -lad /home/runner/work/sonar-dummy/sonar-dummy/
80
+ ls -lad /home/runner/work/sonar-dummy/sonar-dummy/.actions/
81
+ } || true
82
- uses: ./.actions/get-build-number
83
id: get_build_number
84
- name: Cache local Maven repository
0 commit comments