diff --git a/.forgejo/workflows/integration.yml b/.forgejo/workflows/integration.yml index 8341815..a7594d2 100644 --- a/.forgejo/workflows/integration.yml +++ b/.forgejo/workflows/integration.yml @@ -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 diff --git a/action.yml b/action.yml index 4089ea0..f2523ae 100644 --- a/action.yml +++ b/action.yml @@ -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/ diff --git a/dependencies.sh b/forgejo-dependencies.sh similarity index 100% rename from dependencies.sh rename to forgejo-dependencies.sh