Fix avatars being limited to 255px (again) #1
@@ -8,7 +8,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: self-hosted # Uses your custom runner
|
runs-on: self-hosted
|
||||||
|
container:
|
||||||
|
image: gitea_runner_dotnet_node:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Reference in New Issue
Block a user