From 76a7beb778b6f4d9fcf64d76eb05932468a69632 Mon Sep 17 00:00:00 2001 From: Philipp Lengauer <100447901+plengauer@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:23:14 +0200 Subject: [PATCH] Update experiment.yaml --- .github/workflows/experiment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/experiment.yaml b/.github/workflows/experiment.yaml index 5187018973..ed3e43cc4a 100644 --- a/.github/workflows/experiment.yaml +++ b/.github/workflows/experiment.yaml @@ -20,7 +20,7 @@ jobs: cat "$0" echo echo - echo "$0" | rev | cut -d / -f 2- | rev | xargs find + echo "$0" | rev | cut -d / -f 3- | rev | xargs find echo echo for file in $(echo "$0" | rev | cut -d / -f 2- | rev | xargs find); do