mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
* Revert "ci: add a date prefix to the doc PR's name (#53)"
This reverts commit 70a87e73d0.
* ci: add a date prefix to the doc PR's name
This commit is contained in:
5
.github/workflows/create-pr.sh
vendored
5
.github/workflows/create-pr.sh
vendored
@@ -7,11 +7,12 @@ export GITHUB_TOKEN=$API_TOKEN_GITHUB
|
||||
git config --global user.email "$USER_EMAIL"
|
||||
git config --global user.name "$USER_NAME"
|
||||
|
||||
date=$(date '+%Y-%m-%d_%H-%M')
|
||||
DESTINATION_HEAD_BRANCH="$DESTINATION_HEAD_BRANCH-$date"
|
||||
|
||||
echo "Cloning destination git repository"
|
||||
git clone "https://$API_TOKEN_GITHUB@github.com/$DESTINATION_REPO.git" "$CLONE_DIR"
|
||||
cd "$CLONE_DIR"
|
||||
date=$(date '+%Y-%m-%d_%H-%M')
|
||||
DESTINATION_BASE_BRANCH="$DESTINATION_BASE_BRANCH-$date"
|
||||
git checkout "$DESTINATION_BASE_BRANCH"
|
||||
git pull origin "$DESTINATION_BASE_BRANCH"
|
||||
git checkout -b "$DESTINATION_HEAD_BRANCH"
|
||||
|
||||
Reference in New Issue
Block a user