mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 22:40:58 -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
|
shell: bash
|
||||||
- id: forgejo
|
- id: forgejo
|
||||||
run: |
|
run: |
|
||||||
|
cd $(mktemp -d)
|
||||||
dependencies.sh
|
dependencies.sh
|
||||||
forgejo.sh setup ${{ inputs.user }} "${{ inputs.password }}" ${{ inputs.image }}:${{ inputs.image-version }}
|
forgejo.sh setup ${{ inputs.user }} "${{ inputs.password }}" ${{ inputs.image }}:${{ inputs.image-version }}
|
||||||
forgejo-runner.sh setup
|
forgejo-runner.sh setup
|
||||||
|
|
Loading…
Reference in a new issue