Skip to content

Commit

Permalink
Branch cruft create
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Aug 29, 2022
1 parent 6db95a4 commit 950cc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ORG="example"
PUSH=false
fi;
cruft create --no-input https://github.com/${{ github.repository }} . $CONFIG
cruft create --no-input --config-file $CONFIG https://github.com/${{ github.repository }}
cd $PROJECT
git config --global init.defaultBranch main
git init .
Expand Down

0 comments on commit 950cc88

Please sign in to comment.