mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 23:21:03 -05:00
setup the path of the action
This commit is contained in:
parent
115f9016a9
commit
8b2ff23fc0
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ outputs:
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
|
||||||
|
shell: bash
|
||||||
- run: |
|
- run: |
|
||||||
env
|
|
||||||
export PATH=$PATH:$GITHUB_ACTION_PATH
|
|
||||||
dependencies.sh
|
dependencies.sh
|
||||||
forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo:1.19
|
forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo:1.19
|
||||||
forgejo-runner.sh setup
|
forgejo-runner.sh setup
|
||||||
|
|
Loading…
Reference in a new issue