mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-07-04 15:03:44 +00:00
bootstrap with file from forgejo/releases
This commit is contained in:
commit
fc5cdffbe4
5 changed files with 182 additions and 0 deletions
10
action.yml
Normal file
10
action.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: 'Setup Forgejo release tools'
|
||||
author: 'Forgejo authors'
|
||||
description: |
|
||||
Install dependencies of the forgejo-release-upload and forgejo-release-download
|
||||
actions.
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
|
||||
shell: bash
|
Loading…
Add table
Add a link
Reference in a new issue