Skip to content

build(deps-dev): bump eslint-plugin-vue from 9.28.0 to 9.29.0 (#86) #293

build(deps-dev): bump eslint-plugin-vue from 9.28.0 to 9.29.0 (#86)

build(deps-dev): bump eslint-plugin-vue from 9.28.0 to 9.29.0 (#86) #293

Workflow file for this run

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/mirror-action@v0.7.0
with:
REMOTE: "https://codeberg.org/aplos/aplos.git"
GIT_USERNAME: gabs
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}