Skip to content

Commit dd27434

Browse files
authored
Update pull-from-cookiecutter.yml
1 parent edf47cc commit dd27434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-from-cookiecutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install cookiecutter
1313
run: python -m pip install --user cookiecutter
1414
- name: Build Template
15-
run: cookiecutter gh:mgrover1/hackathon-template-cookiecutter --output-dir .. --config-file .cookiecutter.json --no-input --overwrite-if-exists
15+
run: cookiecutter gh:hackthackathon/hackathon-template-cookiecutter --output-dir .. --config-file .cookiecutter.json --no-input --overwrite-if-exists
1616
- name: Create Pull Request
1717
if: github.ref == 'refs/heads/main'
1818
id: cpr

0 commit comments

Comments
 (0)