We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf47cc commit dd27434Copy full SHA for dd27434
1 file changed
.github/workflows/pull-from-cookiecutter.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install cookiecutter
13
run: python -m pip install --user cookiecutter
14
- name: Build Template
15
- run: cookiecutter gh:mgrover1/hackathon-template-cookiecutter --output-dir .. --config-file .cookiecutter.json --no-input --overwrite-if-exists
+ run: cookiecutter gh:hackthackathon/hackathon-template-cookiecutter --output-dir .. --config-file .cookiecutter.json --no-input --overwrite-if-exists
16
- name: Create Pull Request
17
if: github.ref == 'refs/heads/main'
18
id: cpr
0 commit comments