aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-01-31 15:34:07 +0300
committerValentin Popov <valentin@popov.link>2024-01-31 15:34:07 +0300
commitc7580502a8affbe6f23fc8971afc4880c91a7f60 (patch)
tree672c3aed2f6af35de26e3050a8b59eb3b045a3e8
parent05af61cb590fb27b98a3dcd879b4c227949aad0e (diff)
downloadwecli-c7580502a8affbe6f23fc8971afc4880c91a7f60.tar.xz
wecli-c7580502a8affbe6f23fc8971afc4880c91a7f60.zip
Update mirror configuration
-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 }}