From 00239742a32fba56840121e2e0fb7a615d1fcf7d Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 24 Jul 2023 02:36:16 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e08bad..6154a7b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -113,7 +113,6 @@ jobs: contents: write steps: - - uses: actions/checkout@v3 - uses: actions/download-artifact@v2 with: name: workspace @@ -134,11 +133,12 @@ jobs: - name: publish run: | + git status echo "$PWD" ls - git config user.name "github-actions" - git config user.email "github-actions@github.com" - git remote set-url origin https://x-access-token:${{ secrets.ACTIONS_SECRET }}@github.com/$GITHUB_REPOSITORY + git config user.name github-actions + git config user.email github-actions@github.com + git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY git add docs/* git commit -m "update docs" git push