pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Delete broken-sync.yml

Pas ad15d410 422f46b4

-26
-26
.github/workflows/broken-sync.yml
··· 1 - name: Sync fork 2 - 3 - permissions: 4 - contents: write 5 - 6 - on: 7 - schedule: 8 - - cron: "0 0 * * *" 9 - workflow_dispatch: 10 - 11 - jobs: 12 - sync: 13 - name: Sync fork 14 - runs-on: ubuntu-latest 15 - if: ${{ github.event.repository.fork }} 16 - 17 - steps: 18 - - name: Checkout code 19 - uses: actions/checkout@v4 20 - 21 - - name: Sync fork 22 - run: gh repo sync ${{ github.repository }} 23 - env: 24 - GH_TOKEN: ${{ github.token }} 25 - 26 - - uses: gautamkrishnar/keepalive-workflow@v1