1
0
Fork 0

^git-sync

This commit is contained in:
Raul Dipeas 2024-03-04 20:28:07 -03:00 committed by GitHub
parent bc5af9b006
commit 66884ae0c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
# with:
# persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
# fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Enviar para o Forgejo (Disroot)
uses: liziwl/git-push-action@master
with:
@ -15,7 +15,7 @@ jobs:
git_token: '${{ secrets.FORGEJO_TOKEN }}'
commit_user: 'rauldipeas'
commit_email: 'rauldipeas@disroot.org'
push_dir: './'
push_dir: '.'
repository_url: 'https://git.disroot.org/rauldipeas/rauldipeas.surge.sh.git'
branch: main # default master
commit_message: 'Push by action bot' # default "Deploy ${{ github.sha }}"