Skip to content

Commit 798d4dc

Browse files
committed
fix run id
1 parent 5e5e2e5 commit 798d4dc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/functional_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ jobs:
403403
if [ ${#RUN_ID_SHORT} -gt 7 ]; then
404404
RUN_ID_SHORT="${RUN_ID_SHORT: -7}"
405405
fi
406-
echo "RUN_ID=${RUN_ID_SHORT}" >> $GITHUB_OUTPUT
406+
echo "RUN_ID_SHORT=${RUN_ID_SHORT}" >> $GITHUB_OUTPUT
407407
- name: Upload Gopogh report
408408
id: upload_gopogh
409409
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02

s.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
RUN_ID_SHORT="374221563037422156303742215630xx131313"
2+
if [ ${#RUN_ID_SHORT} -gt 7 ]; then
3+
RUN_ID_SHORT="${RUN_ID_SHORT: -7}"
4+
fi
5+
echo $RUN_ID_SHORT

0 commit comments

Comments
 (0)