WARNING - This is a public repo used to host a custom action for GitHub workflows. Do not include proprietary or sensitive data.
Provide information about the named workflow.
Required The name of the branch of interest.
Required The name of the repository (owner/repo).
Required The GitHub API access token.
The git commit SHA at the HEAD of the specified branch.
uses: onshape/actions-branch-info@v1
with:
branch: ${{ matrix.branch }}
repository: ${{ github.repository }}
token: ${{ secrets.GITHUB_TOKEN }}