From b50c9f0355a02bd0a67e0c5d691a16bb3c014e3d Mon Sep 17 00:00:00 2001 From: Muharem Ismailov Date: Tue, 20 Sep 2022 13:29:38 +0200 Subject: [PATCH] fix a wrong path to ci script (#1646) --- .../workflows/release-20_extrinsic-ordering-check-from-bin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/.github/workflows/release-20_extrinsic-ordering-check-from-bin.yml b/cumulus/.github/workflows/release-20_extrinsic-ordering-check-from-bin.yml index 704cee5d70..442f7793f4 100644 --- a/cumulus/.github/workflows/release-20_extrinsic-ordering-check-from-bin.yml +++ b/cumulus/.github/workflows/release-20_extrinsic-ordering-check-from-bin.yml @@ -65,7 +65,7 @@ jobs: $CMD >> output.txt sed -z -i 's/\n\n/\n/g' output.txt cat output.txt | egrep -n -i '' - SUMMARY=$(./scripts/ci/extrinsic-ordering-filter.sh output.txt) + SUMMARY=$(./scripts/ci/github/extrinsic-ordering-filter.sh output.txt) echo -e $SUMMARY echo -e $SUMMARY >> output.txt