1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2024-09-19 09:56:16 +00:00

do not pollute the checked out repository

This commit is contained in:
Earl Warren 2023-03-25 23:24:07 +01:00
parent f68182a239
commit 9e530416d7
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -34,6 +34,7 @@ runs:
shell: bash
- id: forgejo
run: |
cd $(mktemp -d)
dependencies.sh
forgejo.sh setup ${{ inputs.user }} "${{ inputs.password }}" ${{ inputs.image }}:${{ inputs.image-version }}
forgejo-runner.sh setup