2024-09-27 18:44:22 +00:00
|
|
|
runs:
|
|
|
|
using: "composite"
|
|
|
|
steps:
|
|
|
|
- name: setup user and permissions
|
|
|
|
run: |
|
|
|
|
git config --add safe.directory '*'
|
2024-10-01 15:45:38 +00:00
|
|
|
# ignore if the user already exists (like with the playwright image)
|
|
|
|
adduser --quiet --comment forgejo --disabled-password forgejo || true
|
2024-09-27 18:44:22 +00:00
|
|
|
chown -R forgejo:forgejo .
|
2024-09-15 00:08:36 +00:00
|
|
|
- uses: https://codeberg.org/fnetx/setup-cache-go@b2214eaf6fb44c7e8512c0f462a2c3ec31f86a73
|
|
|
|
with:
|
|
|
|
username: forgejo
|