loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

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

Merge pull request 'chore(ci): update changed-files actions URL for consistency' (#5485) from fnetx/changed-files-action-url into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5485
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+1 -1
+1 -1
.forgejo/workflows/testing.yml
··· 110 110 - uses: ./.forgejo/workflows-composite/build-backend 111 111 - name: Get changed files 112 112 id: changed-files 113 - uses: https://code.forgejo.org/fossdd/changed-files@v45 113 + uses: https://code.forgejo.org/tj-actions/changed-files@v45 114 114 with: 115 115 separator: '\n' 116 116 - run: |