aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml12
1 files changed, 2 insertions, 10 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index aa3b935..8671263 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -3,23 +3,15 @@ name: Workflow
on: [push]
jobs:
- mirrors:
+ mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- - name: Push to GitHub
- uses: yesolutions/mirror-action@master
+ - uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.popov.link/wecli.git'
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
-
- - name: Push to Codeberg
- uses: yesolutions/mirror-action@master
- with:
- REMOTE: '${{ secrets.CODEBERG_REPOSITORY }}}'
- GIT_USERNAME: ${{ secrets.CODEBERG_USERNAME }}
- GIT_PASSWORD: ${{ secrets.CODEBERG_PASSWORD }}