Skip to content

Commit

Permalink
Merge pull request #12 from creative-commoners/pulls/1.0/newmajor
Browse files Browse the repository at this point in the history
FIX Use the default branch of admin
  • Loading branch information
GuySartorelli authored Jun 16, 2023
2 parents 016e8c1 + 5d28c1a commit 37a9e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ runs:
DIR=$(pwd)
cd ..
git clone https://github.com/silverstripe/silverstripe-admin.git admin
# Assumption is that the default branch of admin is the correct one to build against
cd admin
git checkout 1
# yarn comes preinstalled with actions/setup-node
yarn install
cd $DIR
Expand Down

0 comments on commit 37a9e4f

Please sign in to comment.