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 @@ -1963,7 +1963,7 @@ jobs:
19631963 #cat ./cronUserReport-$currentReleaseTag
19641964
19651965 echo
1966- _wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronUserReport"
1966+ ./ubiquitous_bash.sh _wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronUserReport"
19671967 env :
19681968 currentRepository : ${{ github.repository }}
19691969 currentReleaseTag : build_upgrade-${{ github.run_id }}-9999
@@ -1980,7 +1980,7 @@ jobs:
19801980 #cat ./cronRootReport-$currentReleaseTag
19811981
19821982 echo
1983- _wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronRootReport"
1983+ ./ubiquitous_bash.sh _wget_githubRelease-fromTag-fetchReport "$currentRepository" "$currentReleaseTag" "cronRootReport"
19841984 env :
19851985 currentRepository : ${{ github.repository }}
19861986 currentReleaseTag : build_upgrade-${{ github.run_id }}-9999
You can’t perform that action at this time.
0 commit comments