mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-05-06 21:02:01 +08:00
ci(sync): resolve github cli login (#79)
Signed-off-by: Seren_Modz 21 <seren@kings-world.net>
This commit is contained in:
@@ -60,7 +60,6 @@ jobs:
|
|||||||
git commit -m "${TITLE}" || echo "Nothing to commit"
|
git commit -m "${TITLE}" || echo "Nothing to commit"
|
||||||
git push origin "${BRANCH}" --force
|
git push origin "${BRANCH}" --force
|
||||||
|
|
||||||
echo "${GITHUB_TOKEN}" | gh auth login --with-token
|
|
||||||
gh pr create \
|
gh pr create \
|
||||||
--base main \
|
--base main \
|
||||||
--head "${BRANCH}" \
|
--head "${BRANCH}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user