Skip to content

Commit

Permalink
Debug: See output of cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirrezaNasiri authored Dec 10, 2023
1 parent 0657dde commit ec1d6c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/golang-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
- name: Install Cookiecutter
run: pip install cookiecutter
- name: Run Cookiecutter
run: cookiecutter --no-input -o $(pwd)/.data/ $(pwd)/golang/
run: |
cookiecutter --no-input -o $(pwd)/.data/ $(pwd)/golang/
find . | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
- name: Temporarily save cookiecutter output
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit ec1d6c7

Please sign in to comment.