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