File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1871,7 +1871,7 @@ jobs:
18711871 #cat ./cronUserReport-$currentReleaseTag
18721872
18731873 echo
1874- _wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronUserReport"
1874+ ./ubiquitous_bash.sh _wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronUserReport"
18751875 env :
18761876 currentRepository : ${{ github.repository }}
18771877 currentReleaseTag : ${{ inputs.DANGERfast_EXPERIMENT }}-${{ github.run_id }}-9999
@@ -1888,7 +1888,7 @@ jobs:
18881888 #cat ./cronRootReport-$currentReleaseTag
18891889
18901890 echo
1891- _wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronRootReport"
1891+ ./ubiquitous_bash.sh _wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronRootReport"
18921892 env :
18931893 currentRepository : ${{ github.repository }}
18941894 currentReleaseTag : ${{ inputs.DANGERfast_EXPERIMENT }}-${{ github.run_id }}-9999
You can’t perform that action at this time.
0 commit comments