Skip to content

Commit

Permalink
safe directory *
Browse files Browse the repository at this point in the history
  • Loading branch information
onee-only committed Oct 18, 2023
1 parent d4a29a9 commit a64c10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreadme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
with:
set-safe-directory: /github/workspace
set-safe-directory: "*"
- name: Update readme according to Go doc
uses: posener/goreadme@v1
with:
Expand All @@ -22,4 +22,4 @@ jobs:
badge-goreportcard: "true"

# Optional: Token allows goreadme to comment the PR with diff preview.
github-token: "${{ secrets.PAT }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit a64c10a

Please sign in to comment.