Skip to content

Commit

Permalink
kurwa
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceowater authored Apr 23, 2024
1 parent d9304e3 commit ab32c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Clone parent repo
run: |
git clone https://${{ secrets.GH_NAME }}:${{ secrets.GH_PAT }}@github.com/pieceowater/QPay.git parent_repo
git clone https://${{ vars.GH_NAME }}:${{ secrets.GH_PAT }}@github.com/pieceowater/QPay.git parent_repo
- name: Update submodule in parent repo
run: |
Expand Down

0 comments on commit ab32c7f

Please sign in to comment.