Skip to content

Commit

Permalink
C-C-C-C-ombo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-farache committed Oct 9, 2024
1 parent cabed53 commit 9050340
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/create_automated_m2k_kfunc_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
10 changes: 5 additions & 5 deletions scripts/create_or_update_automated_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 9050340

Please sign in to comment.