Skip to content

Commit

Permalink
fix remote origin path
Browse files Browse the repository at this point in the history
  • Loading branch information
WonJoongLee committed Feb 2, 2025
1 parent 96fa84b commit 2ca1b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/screenshot-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/WonJoongLee/FridayMoviePrivate.git
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/WonJoongLee/FridayMovie.git
- name: Push screenshot
run: |
Expand Down

0 comments on commit 2ca1b34

Please sign in to comment.