mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
ci: add track name to commit
This commit is contained in:
parent
3062d2d930
commit
a24e81bee3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -93,6 +93,7 @@ jobs:
|
|||
env:
|
||||
DEPLOY_SSH: ${{ secrets.DEPLOY_SSH }}
|
||||
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no"
|
||||
GH_BRANCH: ${{ steps.extract_branch.outputs.branch }}
|
||||
run: |
|
||||
eval "$(ssh-agent -s)"
|
||||
ssh-add - <<< "${DEPLOY_SSH}"
|
||||
|
|
@ -101,6 +102,6 @@ jobs:
|
|||
git config --global user.email "actions@github.com"
|
||||
|
||||
git add .
|
||||
git commit -m "[CI] Update staging for ${DVER}" || true
|
||||
git commit -m "[CI] Update staging for ${DVER} on ${GH_BRANCH}" || true
|
||||
|
||||
git push origin main || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue