forgejo-release/action.yml

11 lines
284 B
YAML

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