Skip to content

Commit

Permalink
fix: GitHub Actions copy to correct dir
Browse files Browse the repository at this point in the history
The template now uses a wildcard to select the workflow files.
  • Loading branch information
redmer committed Jul 25, 2022
1 parent e86d408 commit 865b6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
popd
# Move generated content to workflows directory of repo
mv /tmp/workflows .github/workflows/
mv /tmp/workflows/* .github/workflows/
- name: Add first document 👩‍🍳
env:
Expand Down

0 comments on commit 865b6dd

Please sign in to comment.