Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves authored Jul 8, 2022
1 parent 43e78dd commit f908cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Overwrite file
uses: "DamianReeves/write-file-action@master"
with:
path: test/out/out.js
path: ci/test-output/out.js
write-mode: overwrite
contents: |
console.log('some contents')
Expand All @@ -25,6 +25,6 @@ jobs:
uses: Andro999b/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
branch: master
force: true
message: 'Overwritten by Github Actions - ${date}'

0 comments on commit f908cd1

Please sign in to comment.