Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgyer/pgyer-upload-app-action
This action uploads an application file to PGYER
https://github.com/pgyer/pgyer-upload-app-action
actions deployment github-actions mobile-app prerelease
Last synced: 3 days ago
JSON representation
This action uploads an application file to PGYER
- Host: GitHub
- URL: https://github.com/pgyer/pgyer-upload-app-action
- Owner: PGYER
- Created: 2022-08-22T08:58:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T03:54:04.000Z (over 1 year ago)
- Last Synced: 2024-11-08T14:01:09.854Z (7 days ago)
- Topics: actions, deployment, github-actions, mobile-app, prerelease
- Language: JavaScript
- Homepage:
- Size: 220 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pgyer-upload-app-action
This action uploads an application file to PGYER
## Inputs and Outpus
See action.yml of your version.
## Example usage
Please make sure your workflow will run when a branch is pushed.
on:
push or pull_requestAdd this action to steps.
uses: PGYER/[email protected]
with:
_api_key: ${{ secrets.PGYER_API_TOKEN }} # for example
appFilePath: /path/to/app_file
## Releasencc build index.js --license licenses.txt
git tag -a -m "release notes" v1.3
git push --follow-tags## Links
- pgyer_api_example (nodejs-version): https://github.com/PGYER/pgyer_api_example/tree/main/nodejs-demo