Skip to content

Commit

Permalink
SCALRCORE-29806 fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrskliar committed Jan 18, 2024
1 parent d1b495e commit 23ea29b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-push-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
uses: actions/checkout@v3
- name: Main
run: |
git fetch
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
touch test-push-master
git add test-push-master
git commit -m "test-push-master"
git push
git push origin master
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 23ea29b

Please sign in to comment.