Skip to content

Commit

Permalink
[automation] update Git Action of Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jim_y_lin committed Oct 18, 2023
1 parent 8733ffe commit e8d971e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ jobs:
run: |
# Add remote with PAT authentication
git remote add authenticated https://x-access-token:${GH_PAT}@github.com/JimLin94/jimlin94.github.io
git remote add authenticated https://x-access-token:${GH_PAT}@github.com/${{ github.repository }}.git
# Add and commit the changes
touch ${{ steps.date.outputs.date }}.txt
Expand Down

0 comments on commit e8d971e

Please sign in to comment.