Skip to content

Commit

Permalink
Update prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanky-23 authored Aug 15, 2024
1 parent 57453f7 commit cc0361d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
remote_repo="https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git"
git remote add action $remote_repo
git clone $remote_repo prod
git pull $remote_repo prod
- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit cc0361d

Please sign in to comment.