0
1
Fork 1
mirror of https://code.forgejo.org/actions/forgejo-release synced 2024-09-19 18:45:51 +02:00
forgejo-release/action.yml

11 lines
284 B
YAML
Raw Normal View History

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