mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 18:30:56 -05:00
do not pollute the checked out repository
This commit is contained in:
parent
f68182a239
commit
9e530416d7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue