Skip to content

PGYER/pgyer-upload-app-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_request

Add this action to steps.

uses: PGYER/pgyer-upload-app-action@v1.3
  with:
    _api_key: ${{ secrets.PGYER_API_TOKEN }} # for example
    appFilePath: /path/to/app_file

Release

ncc build index.js --license licenses.txt
git tag -a -m "release notes" v1.3
git push --follow-tags

Links