Skip to content

Commit

Permalink
fix: some issues in copy readme (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianhaoz95 authored Mar 12, 2021
1 parent 3f388a8 commit 8b46de9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/copy-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
- "master"
paths:
- "README.md"
- ".github/workflows/copy-readme.yml"
jobs:
automation__dup-docs:
copy-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -18,7 +19,7 @@ jobs:
username: "tianhaoz95"
email: "[email protected]"
token: ${{ secrets.USE_GITHUB_TOKEN }}
config_files: "configs/file-dup-action.json"
config_files: "config/file-dup-action.json"
method: "pull_request"
base: "master"
head: "chore/duplicate-documentation"

0 comments on commit 8b46de9

Please sign in to comment.