From 23ea29be05c498cfd34a436d5f650d32c8689fb9 Mon Sep 17 00:00:00 2001 From: Volodymyr Skliar Date: Thu, 18 Jan 2024 18:31:10 +0800 Subject: [PATCH] SCALRCORE-29806 fixed test --- .github/workflows/test-push-master.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-push-master.yaml b/.github/workflows/test-push-master.yaml index b705e5f..70b47a9 100644 --- a/.github/workflows/test-push-master.yaml +++ b/.github/workflows/test-push-master.yaml @@ -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 }} \ No newline at end of file