Skip to content

rosty-git/shipa-create-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

27 Commits
 
 
 
 
 
 

Repository files navigation

Create Shipa App Action

This action creates Shipa application

Inputs

shipa-action - path to consolidated Shipa action yml file.

Example usage

  steps:
    - name: Checkout
      uses: actions/checkout@v2
    - name: Create shipa app
      uses: rostislavgit/shipa-create-app-action@v0.0.1
      env:
        SHIPA_TOKEN: ${{ secrets.SHIPA_TOKEN }}
        SHIPA_HOST: ${{ secrets.SHIPA_HOST }}
      with:
        shipa-action: './example/shipa-action.yml'

About

Github Action - create Shipa App

Resources

Stars

Watchers

Forks

Packages

No packages published