bootstrap with file from forgejo/releases

This commit is contained in:
Earl Warren 2023-03-26 17:41:37 +02:00
commit fc5cdffbe4
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
5 changed files with 182 additions and 0 deletions

10
action.yml Normal file
View 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