Skip to content

fix(deps): bump brace-expansion from 1.1.11 to 1.1.16 (#1937) #183

fix(deps): bump brace-expansion from 1.1.11 to 1.1.16 (#1937)

fix(deps): bump brace-expansion from 1.1.11 to 1.1.16 (#1937) #183

Workflow file for this run

name: Mirror to Codeberg and GitLab
permissions: {}
on:
push:
branches: [main]
workflow_dispatch:
jobs:
mirror:
name: Mirror to Codeberg and GitLab
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: ffflorian/actions/git-mirror@8d5ba76e2f78c010614681a5466182daf4388980
with:
GITLAB_REMOTE: 'git@gitlab.com:${{ github.repository }}.git'
GITLAB_SECRET: ${{ secrets.GITLAB_SECRET }}
GITLAB_PUSH_ALL_REFS: 'false'
CODEBERG_REMOTE: 'git@codeberg.org:${{ github.repository }}.git'
CODEBERG_SECRET: ${{ secrets.CODEBERG_SECRET }}
CODEBERG_PUSH_ALL_REFS: 'false'