We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5e2e5 commit 798d4dcCopy full SHA for 798d4dc
.github/workflows/functional_test.yml
@@ -403,7 +403,7 @@ jobs:
403
if [ ${#RUN_ID_SHORT} -gt 7 ]; then
404
RUN_ID_SHORT="${RUN_ID_SHORT: -7}"
405
fi
406
- echo "RUN_ID=${RUN_ID_SHORT}" >> $GITHUB_OUTPUT
+ echo "RUN_ID_SHORT=${RUN_ID_SHORT}" >> $GITHUB_OUTPUT
407
- name: Upload Gopogh report
408
id: upload_gopogh
409
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
s.sh
@@ -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