Skip to content

Commit

Permalink
Merge pull request #27 from github/zkoppert-patch-1
Browse files Browse the repository at this point in the history
Fix documentation for the example workflow file
  • Loading branch information
zkoppert committed Oct 14, 2023
2 parents 2c2e8b9 + cb06bb9 commit 23c5c07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Below are the allowed configuration options:

### Example workflows

**Be sure to change at least these values: `<YOUR_ORGANIZATION_GOES_HERE>`, `<YOUR_GITHUB_HANDLE_HERE>`**

```yaml
name: Monthly contributor report
on:
Expand Down Expand Up @@ -92,6 +94,7 @@ jobs:
START_DATE: ${{ secrets.START_DATE }}
END_DATE: ${{ secrets.END_DATE }}
ORGANIZATION: <YOUR_ORGANIZATION_GOES_HERE>
SPONSOR_INFO: "true"

- name: Create issue
uses: peter-evans/create-issue-from-file@v4
Expand Down

0 comments on commit 23c5c07

Please sign in to comment.