Skip to content

Commit

Permalink
chore: adjust path to merge all contributors script
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Sep 15, 2023
1 parent 8364fe5 commit ebab6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-all-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- uses: actions/github-script@v6
with:
script: |
const script = require('./scripts/merge-all-contributors.js')
const script = require('./.github/scripts/merge-all-contributors.js')
await script({ github, context });

0 comments on commit ebab6b1

Please sign in to comment.