forgejo/.forgejo/workflows-composite/setup-env/action.yaml

16 lines
541 B
YAML
Raw Normal View History

# TODO:
# - [ ] prepare a forgejo ci image with the necessary tools and forgejo user
2024-09-27 20:44:22 +02:00
runs:
using: "composite"
steps:
- name: setup user and permissions
run: |
git config --add safe.directory '*'
# ignore if the user already exists (like with the playwright image)
adduser --quiet --comment forgejo --disabled-password forgejo || true
2024-09-27 20:44:22 +02:00
chown -R forgejo:forgejo .
- uses: https://codeberg.org/fnetx/setup-cache-go@4b50dd28b1068fa06d433c5fabed3f6f4d4ccddf
with:
username: forgejo