Skip to content

Commit

Permalink
Update Kudos Github Action to support generation from source repo only (
Browse files Browse the repository at this point in the history
#71)

* Update semicolons-kudos.yaml

* Update GitHub Action workflow for Semicolons Kudos Action

* Update semicolons-kudos.yaml

* Update GitHub Action workflow for Semicolons Kudos Action

* Update GitHub Action workflow for Semicolons Kudos Action

---------

Co-authored-by: semicolons-for-kudos[bot] <145267638+semicolons-for-kudos[bot]@users.noreply.github.com>
  • Loading branch information
mankins and semicolons-for-kudos[bot] authored Dec 27, 2023
1 parent f20cd96 commit db37c4b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/semicolons-kudos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ jobs:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: LoremLabs/kudos-for-code-action@latest
with:
search-dir: "."
destination: "artifact"
generate-nomerges: true
generate-validemails: true
generate-limitdepth: 1
generate-limitdepth: 0
generate-fromrepo: true
analyze-repo: true
analyze-repo: false
skip-ids: ""

0 comments on commit db37c4b

Please sign in to comment.