Skip to content
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

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

update-job

Github action to change stage of a Uclusion job on code commit. See doc here.

Example:

name: Mark job complete on commit

on:
  push:
    branches: [ main ]

jobs:
  markJobComplete:
    runs-on: ubuntu-latest
    environment:
      name: "development"
    steps:
      - name: Mark job complete
        uses: Uclusion/update-job@v1
        with:
          secret_key_id: ${{ secrets.SECRET_KEY_ID }}
          secret_key: ${{ secrets.SECRET_KEY }}
          workspace_id: ${{ secrets.WORKSPACE_ID }}
          github-event-message: ${{ github.event.head_commit.message }}

About

Github action to change stage of a Uclusion job

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages