https://github.com/acmesoftwarellc/github-downloader
https://github.com/acmesoftwarellc/github-downloader
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/acmesoftwarellc/github-downloader
- Owner: AcmeSoftwareLLC
- License: mit
- Created: 2023-10-04T11:29:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T05:07:06.000Z (over 2 years ago)
- Last Synced: 2025-01-27T13:09:52.156Z (about 1 year ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```