From 67a89b88ba92612ef60f2120152a44b9416e5c9d Mon Sep 17 00:00:00 2001 From: catchSheep <81134674+catchSheep@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:10:21 +0800 Subject: [PATCH] Another test --- .github/workflows/notebook_colab_gen.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notebook_colab_gen.yml b/.github/workflows/notebook_colab_gen.yml index edfe8c3..e465bb5 100644 --- a/.github/workflows/notebook_colab_gen.yml +++ b/.github/workflows/notebook_colab_gen.yml @@ -19,10 +19,11 @@ jobs: git config --local user.name "colabifier-action" git add $colab_directory git commit -m "Updating the repository GitHub html pages in the docs folder" - - run: echo Current branch is $branch + - run: echo Current branch is $env - name: Push changes # push the output folder to your repo - uses: ad-m/github-push-action@$branch + uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} - force: true + # force: true + branch: ${{ env.branch }} - run: echo "Job status is ${{ job.status }}"