Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Environment Action

This action allows you to configure the environment from your workflow.

Start Deployment

    - name: '🚢  - Start deployment'
      uses: tgrall/github-environment-action@main
      with:
        environment: development
        state: in_progress

State : error|failure|inactive|in_progress|queued|pending|success

If the environment does not exist it is created.

Deployment done with a URL

    - name: '🚀  - Deployment Done'
      uses: tgrall/github-environment-action@main
      with:
        environment: development
        state: success
        url: http://github.com

Delete Environment

    - name: '🗑️   - Delete Environment'
      uses: tgrall/github-environment-action@main
      with:
        environment: development
        state: delete

About

An action to update GitHub Environment

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages