Skip to content

Action for stopping previous Job Runs for an specific branch/appId

Notifications You must be signed in to change notification settings

luisgreen/amplify_stop_jobs

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

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amplify Stop Jobs

The amplify_stop_jobs GitHub action for stopping previous Amplify deployments.

As this use the AWS SDK, credentials should be set beforehand on env variables.

Usage

- uses: luisgreen/amplify_stop_jobs@main
  with:
    # Amplify Application ID
    # required: true
    appId: ''

    # Amplify Application branch to deploy
    # required: true
    branchName: ''

    # Region of the Amplify Application
    # required: true
    region:

Sample

- uses: luisgreen/amplify_stop_jobs@main
  with:
    appId: 'asd8adsjasd9'
    branchName: 'master'
    region: 'us-west-2'

About

Action for stopping previous Job Runs for an specific branch/appId

Resources

Stars

Watchers

Forks

Packages

No packages published