Skip to content

Commit

Permalink
hardfix
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 27, 2024
1 parent 8eab57c commit c85f320
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate_default_project_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: |
ls
git clone https://oauth2:${{ secrets.REPO_KEY_GITHUB }}@github.com/karllu3/ds-lk-default.git ds-default-repo
git clone https://oauth2:${{ secrets.REPO_KEY_GITHUB }}@github.com/karllu3/ds-lk-default.git
cp -r ds-default/. ds-default-repo
- name: Set safe directory
Expand All @@ -60,8 +61,8 @@ jobs:
- name: Prepare local git repo
working-directory: ./ds-default-repo
run: |
git config --local user.email ${{ inputs.repo-email }}
git config --local user.name ${{ inputs.repo-user }}
git config --local user.email "[email protected]"
git config --local user.name "karllu3"
git checkout -b ds-default-check
git add .
Expand Down

0 comments on commit c85f320

Please sign in to comment.