0
1
Fork 1
mirror of https://code.forgejo.org/actions/forgejo-release synced 2024-09-19 10:45:49 +02:00
forgejo-release/action.yml
2023-03-26 17:51:25 +02:00

10 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