Skip to content

Commit

Permalink
scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
motive committed Apr 6, 2025
0 parents commit f757084
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/actions-sync.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Sync Actions
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
branches: [ "master" ]

jobs:
sync:
runs-on: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v4
- name: Download Actions Sync
run: |
curl -L https://github.com/actions/actions-sync/releases/download/v202404231422/actions.actions-sync_202404231422_linux_amd64.tar.gz -o actions-sync.tar.gz
tar -xzf actions-sync.tar.gz
mv actions-sync /usr/local/bin
- name: Sync Actions
run: |
actions-sync --help
Empty file added mirrored-repositories
Empty file.

0 comments on commit f757084

Please sign in to comment.