Skip to content

Commit 0f36215

Browse files
committed
Correction.
1 parent 60f1805 commit 0f36215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zUpgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)