Skip to content

Action to find the sha of the last successful workflow of a branch.

License

Notifications You must be signed in to change notification settings

varsitytutors/last-successful-build-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

last-successful-build-action

This action searches for the last successful workflow-run for the given workflow-name and branch. The sha of the workflow-commit is set as output-parameter. If no matching workflow exists, the sha of the current run is emitted. This repo was forked from https://github.com/SamhammerAG/last-successful-build-action

Usage

      - uses: actions/checkout@v2
      - name: Find matching workflow
        uses: varsitytutors/[email protected]
        with:
          token: "${{ secrets.GITHUB_TOKEN }}"
          branch: "development"
          workflow: "build"

Config

Action inputs

Name Description Default
token GITHUB_TOKEN or a repo scoped PAT. GITHUB_TOKEN
branch Branch for the workflow to look for. ""
workflow Workflow name to look for. ""
verify Verify workflow commit SHA against list of SHAs in repository false

Action outputs

Name Description Default
sha Sha of the workflow-run matching the requirements. ${{ github.sha }}

About

Action to find the sha of the last successful workflow of a branch.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%