From 2f1b5d72dd4e1e8da867c076cfc971fc7bedc2c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Thu, 21 Oct 2021 11:11:55 +0200 Subject: [PATCH] trigger-gitlab: do not interpret the fetch_pulls outputs Here documents are by default interpreted. Quoting the delimiter prevents that. See https://stackoverflow.com/questions/27920806/how-to-avoid-heredoc-expanding-variables --- .github/workflows/trigger-gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-gitlab.yml b/.github/workflows/trigger-gitlab.yml index 7f72186f..acdf0909 100644 --- a/.github/workflows/trigger-gitlab.yml +++ b/.github/workflows/trigger-gitlab.yml @@ -38,7 +38,7 @@ jobs: run: | PR_DATA=$(mktemp) # use uuid as a file terminator to avoid conflicts with data content - cat > "$PR_DATA" < "$PR_DATA" <<'a21b3e7f-d5eb-44a3-8be0-c2412851d2e6' ${{ steps.fetch_pulls.outputs.data }} a21b3e7f-d5eb-44a3-8be0-c2412851d2e6