mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-10 03:26:33 +02:00
11 lines
284 B
YAML
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
|