From 9050340060cedbcd144c568a6d100e640d95582c Mon Sep 17 00:00:00 2001 From: gabriel-farache Date: Wed, 9 Oct 2024 16:53:55 +0200 Subject: [PATCH] C-C-C-C-ombo --- scripts/create_automated_m2k_kfunc_pr.sh | 2 +- scripts/create_or_update_automated_pr.sh | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/create_automated_m2k_kfunc_pr.sh b/scripts/create_automated_m2k_kfunc_pr.sh index 5e0b272c..3f742e64 100644 --- a/scripts/create_automated_m2k_kfunc_pr.sh +++ b/scripts/create_automated_m2k_kfunc_pr.sh @@ -24,7 +24,7 @@ git add -A git commit -m "(m2k-kfunc) Automated PR" echo "Automated PR from ${PR_OR_COMMIT_URL}" | git commit --amend --file=- -git remote set-url origin https://${GH_TOKEN}@github.com/${WF_CONFIG_REPO} +git remote set-url origin https://"${GH_TOKEN}"@github.com/"${WF_CONFIG_REPO}" git push origin HEAD gh pr create -f --title "m2k-kfunc: Automatic manifests generation" \ --body " diff --git a/scripts/create_or_update_automated_pr.sh b/scripts/create_or_update_automated_pr.sh index 90b47f13..1904f02d 100644 --- a/scripts/create_or_update_automated_pr.sh +++ b/scripts/create_or_update_automated_pr.sh @@ -59,9 +59,9 @@ for pr in $prs; do done sh "${CREATE_PR_SCRIPT}" "${USER_EMAIL}" \ - "${USER_NAME}" \ - "${WORKDIR}" \ - "${WORKFLOW_ID}" \ - "${PR_OR_COMMIT_URL}" \ - "${GH_TOKEN}" \ + "${USER_NAME}" \ + "${WORKDIR}" \ + "${WORKFLOW_ID}" \ + "${PR_OR_COMMIT_URL}" \ + "${GH_TOKEN}" \ "${WF_CONFIG_REPO}"