Skip to content

Commit

Permalink
Merge pull request #201 from github/docs
Browse files Browse the repository at this point in the history
Update issue creation action version
  • Loading branch information
zkoppert authored Feb 2, 2024
2 parents 5499c18 + 3b8af89 commit 692067b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
SEARCH_QUERY: 'repo:owner/repo is:issue created:${{ env.last_month }} -reason:"not planned"'

- name: Create issue
uses: peter-evans/create-issue-from-file@v4
uses: peter-evans/create-issue-from-file@v5
with:
title: Monthly issue metrics report
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 692067b

Please sign in to comment.