An open API service indexing awesome lists of open source software.

https://github.com/acmesoftwarellc/github-downloader


https://github.com/acmesoftwarellc/github-downloader

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Github Downloader Action

This action downloads the file from provided Github repository.

## Usage

```yaml
steps:
- name: Prepare the resources for signing Android app
uses: AcmeSoftwareLLC/github-downloader@v1
with:
git-pat: ${{ secrets.GIT_PAT }}
repo: org/reponame
ref: main
includes: |
android/key.jks:app/app/key.jks
android/key.properties:key.properties
output-directory: android
```