actions: add logging
Some checks are pending
Bump Dependencies / update-dependencies (push) Waiting to run
Build and Push Docker Image / build_and_push (push) Waiting to run
Some checks are pending
Bump Dependencies / update-dependencies (push) Waiting to run
Build and Push Docker Image / build_and_push (push) Waiting to run
This commit is contained in:
parent
6c047fed66
commit
27700c7dc5
2
.github/workflows/bump.yml
vendored
2
.github/workflows/bump.yml
vendored
@ -31,9 +31,11 @@ jobs:
|
||||
env:
|
||||
USERNAME_GITEA: ${{ secrets.USERNAME_GITEA }}
|
||||
TOKEN_GITEA: ${{ secrets.TOKEN_GITEA }}
|
||||
SERVER_URL: ${{ secrets.SERVER_URL }}
|
||||
run: |
|
||||
git config --global user.name "LibreCloud Actions Bot"
|
||||
git config --global user.email "git@pontusmail.org"
|
||||
echo "Connecting to $SERVER_URL"
|
||||
git remote set-url origin https://${USERNAME_GITEA}:${TOKEN_GITEA}@git.pontusmail.org/librecloud/mail-connect.git
|
||||
git add .
|
||||
git commit -m "chore: bump dependencies" || exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user