Skip to content

Commit

Permalink
Feature: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSim93 committed Oct 29, 2024
1 parent 929ea17 commit a330f35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ To integrate **pull-request-analytics-action** into your GitHub repository, use
uses: AlexSim93/pull-request-analytics-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # In the case of a personal access token, it needs to be added to the repository's secrets and used in this field.
GITHUB_REPO_FOR_ISSUE: "repo" # Make sure to specify the name of the repository where the issue will be created
GITHUB_OWNER_FOR_ISSUE: "owner" # Make sure to specify the owner of the repository where the issue will be created
GITHUB_OWNERS_REPOS: "owner/repo" # Be sure to list the owner and repository name in the format owner/repo
GITHUB_REPO_FOR_ISSUE: # Make sure to specify the name of the repository where the issue will be created
GITHUB_OWNER_FOR_ISSUE: # Make sure to specify the owner of the repository where the issue will be created
GITHUB_OWNERS_REPOS: # Be sure to list the owner and repository name in the format owner/repo
CORE_HOURS_START: "9:00"
CORE_HOURS_END: "19:00"
TIMEZONE: "Europe/Berlin"
Expand Down

0 comments on commit a330f35

Please sign in to comment.