Skip to content

Commit

Permalink
Fixed cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier committed Jul 28, 2023
1 parent ec98855 commit 8ea50e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/merge-json-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
- name: Commit samples.json to main
uses: EndBug/add-and-commit@v9
with:
cwd: ./main
branch: main
add: 'main/.metadata/samples.json --force'
add: '.metadata/samples.json --force'
push: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8ea50e3

Please sign in to comment.