fix tests

This commit is contained in:
mac12m99
2021-01-25 14:45:36 +01:00
parent 03a5253e0e
commit 51b138dd88
3 changed files with 7 additions and 12 deletions

View File

@@ -22,12 +22,12 @@ jobs:
./tests/run.sh
- name: Commit & Push changes
uses: cpina/github-action-push-to-another-repository@cp_instead_of_deleting
uses: dmnemec/copy_file_to_another_repo_action@v1.0.4
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: "reports"
destination-github-username: "kodiondemand"
destination-repository-name: "kodiondemand.github.io"
user-email: "tests@kod.bot"
commit-message: "Test suite"
source_file: 'reports'
destination_repo: 'kodiondemand/kodiondemand.github.io'
user_email: 'tests@kod.bot'
user_name: 'bot'
commit_message: 'Test suite'