Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from KevinDeJong-TomTom/feature/public-release
Browse files Browse the repository at this point in the history
docs: update README to use public GitHub action
  • Loading branch information
KevinDeJong-TomTom authored Sep 12, 2020
2 parents f86b6d2 + b8b2f84 commit 27a4a7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ The workflow, usually declared in `.github/workflows/build.yml`, looks like:
name: Commisery
on:
pull_request:
pull_request:
types: [opened, synchronize, reopened]
jobs:
commit-message:
commit-message:
name: Conventional Commit Message Checker (Commisery)
runs-on: ubuntu-latest
steps:
- name: Check-out the repo under $GITHUB_WORKSPACE
uses: actions/checkout@v2
with:
uses: actions/checkout@v2
with:
# ensure we retrieve the full history as we need to check all commits in the provided Pull Request
fetch-depth: 0
- name: Run Commisery
uses: ./
with:
uses: KevinDeJong-TomTom/commisery-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
pull_request: ${{ github.event.number }}
Expand Down

0 comments on commit 27a4a7f

Please sign in to comment.