mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-09 03:23:32 -05:00
10 lines
284 B
YAML
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
|