Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deep5050 authored Nov 26, 2020
1 parent 105f7b1 commit 13682fd
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,11 @@ jobs:
commit_msg: "cppcheck test push"
max_ctu_depth: 4

- name: Committing new report file
run: |
git config --local user.email "[email protected]"
git config --local user.name "deep5050"
git add .
git commit -m "report added/updated" 2>dev/null
- name: Pushing the report
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

- name: publish report
uses: mikeal/publish-to-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: ${{ github.ref }}


0 comments on commit 13682fd

Please sign in to comment.