Skip to content

Commit

Permalink
reusable
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 27, 2024
1 parent 76d2dd1 commit 4ec6f8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_default_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test-Github-default-instance:
uses: ./.github/workflows/generate_default_project_reusable.yaml
with:
repo-path: "github.com/karllu3/ds-lk-default.git"
repo-path: @github.com/karllu3/ds-lk-default.git
repo-user: karllu3
repo-user-email: [email protected]
cookiecutter-profile: cookiecutter_default_gh.yaml
Expand All @@ -15,7 +15,7 @@ jobs:
test-GitLab-default-instance:
uses: ./.github/workflows/generate_default_project_reusable.yaml
with:
repo-path: "gitlab.com/lukasz.karlowski/ds-lk-default.git"
repo-path: @gitlab.com/lukasz.karlowski/ds-lk-default.git
repo-user: lukasz karlowski
repo-user-email: [email protected]
cookiecutter-profile: cookiecutter_default_gh.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_default_project_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Remote checkout
run: |
git clone https://oauth2:${{ secrets.REPO_KEY_GITHUB }}@${{ inputs.repo_path }} ds-default-repo
git clone https://oauth2:${{ secrets.REPO_KEY_GITHUB }}${{ inputs.repo_path }} ds-default-repo
cp -r ds-default/. ds-default-repo
- name: Set safe directory
Expand Down

0 comments on commit 4ec6f8d

Please sign in to comment.