fix: actions move to data.forgejo.org

code.forgejo.org is meant for development, the actions need to be
highly available and can be read-only. This is what data.forgejo.org
will provide.
This commit is contained in:
Earl Warren 2024-12-18 12:03:41 +01:00
commit d07c5cf69c
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
17 changed files with 60 additions and 60 deletions

View file

@ -13,9 +13,9 @@ jobs:
if: vars.ROLE == 'forgejo-coding' && github.event.pull_request.merged
runs-on: docker
container:
image: 'code.forgejo.org/oci/ci:1'
image: 'data.forgejo.org/oci/ci:1'
steps:
- uses: https://code.forgejo.org/forgejo/set-milestone@v1.0.0
- uses: https://data.forgejo.org/forgejo/set-milestone@v1.0.0
with:
forgejo: https://codeberg.org
repository: forgejo/forgejo