mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 21:50:58 -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:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
|
||||
shell: bash
|
||||
- run: |
|
||||
env
|
||||
export PATH=$PATH:$GITHUB_ACTION_PATH
|
||||
dependencies.sh
|
||||
forgejo.sh setup root admin1234 codeberg.org/forgejo/forgejo:1.19
|
||||
forgejo-runner.sh setup
|
||||
|
|
Loading…
Reference in a new issue