Skip to content

Commit

Permalink
chore: update source repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
hallaji committed Apr 18, 2023
1 parent f95236e commit 825daf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout source repo
uses: actions/checkout@v2
with:
repository: hallaji/yuva
repository: hallaji/website
ref: master
token: ${{ secrets.REPO_PAT }}
- name: Checkout content repo to posts directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout source repo
uses: actions/checkout@v2
with:
repository: hallaji/yuva
repository: hallaji/website
ref: develop
token: ${{ secrets.REPO_PAT }}
- name: Checkout content repo to posts directory
Expand Down

0 comments on commit 825daf0

Please sign in to comment.