Skip to content

Commit

Permalink
Update update-submodule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag629 authored Aug 1, 2024
1 parent 3b4298f commit b69af0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Codercops Site Repo
- name: Checkout codercops-site Repo
uses: actions/checkout@v3
with:
repository: your-username/codercops-site # Replace with your GitHub username and repo name
repository: anurag629/codercops-site # Replace with your GitHub username and repo name
token: ${{ secrets.GIT_TOKEN }}
path: codercops-site

Expand Down

0 comments on commit b69af0f

Please sign in to comment.