Skip to content

Commit

Permalink
Another test
Browse files Browse the repository at this point in the history
  • Loading branch information
catchSheep committed Jul 5, 2024
1 parent bad8c5b commit 67a89b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/notebook_colab_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 67a89b8

Please sign in to comment.