From 5d28c1a1d7c8c54aeb19cd16b824a75657596a3e Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 14 Jun 2023 09:56:54 +1200 Subject: [PATCH] FIX Use the default branch of admin --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b187c50..820457a 100644 --- a/action.yml +++ b/action.yml @@ -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