Skip to content

Commit 0a96644

Browse files
committed
Correction.
1 parent 0f36215 commit 0a96644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zCustom.yml

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

0 commit comments

Comments
 (0)