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

rename forgejo forgejo-dependencies.sh for clarity

This commit is contained in:
Earl Warren 2023-04-01 18:22:40 +02:00
parent eb11100b06
commit 0600dc375d
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ jobs:
- uses: actions/checkout@v3
- run: |
set -x
LXC_IP_PREFIX=10.0.9 ./dependencies.sh
LXC_IP_PREFIX=10.0.9 ./forgejo-dependencies.sh
./forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo:1.19
./forgejo-runner.sh setup
export FORGEJO_RUNNER_LOGS=forgejo-runner.log

View file

@ -73,7 +73,7 @@ runs:
- id: forgejo
run: |
cd $(mktemp -d)
LXC_IP_PREFIX=${{ inputs.lxc-ip-prefix }} dependencies.sh
LXC_IP_PREFIX=${{ inputs.lxc-ip-prefix }} forgejo-dependencies.sh
export CONTAINER=${{ inputs.container }}
forgejo.sh setup ${{ inputs.user }} "${{ inputs.password }}" ${{ inputs.image }}:${{ inputs.image-version }}
forgejo-runner.sh setup ${{ inputs.runner }} ${{ inputs.runner-version }} http://$(cat forgejo-ip):3000/