Skip to content

chore(deps): update dependency aws/aws-sdk-cpp to v1.11.491 #508

chore(deps): update dependency aws/aws-sdk-cpp to v1.11.491

chore(deps): update dependency aws/aws-sdk-cpp to v1.11.491 #508

Workflow file for this run

---
name: Mirror Sync
on:
workflow_dispatch:
push:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
codeberg:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
show-progress: false
- name: Mirror to codeberg
run: |
git remote add mirror "https://${{ github.repository_owner }}:${{ secrets.CODEBERG_TOKEN }}@codeberg.org/${{ github.repository }}.git"
git push --tags --force --prune mirror "refs/remotes/origin/*:refs/heads/*"
git remote remove mirror