build(deps): bump templates from 38c94de
to 3a59d82
#58
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirror to Codeberg | |
on: | |
push: | |
branches: ['main'] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: mirror-repository | |
uses: spyoungtech/[email protected] | |
with: | |
REMOTE: 'https://codeberg.org/aplos/aplos.git' | |
GIT_USERNAME: gxbs | |
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} |