From 4802bce06de29eecc33356e6f3cdb366672ed697 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Wed, 24 Feb 2021 15:32:58 -0800 Subject: [PATCH] Trigger develop branches of skeletons instead of master --- .github/workflows/trigger-skeletons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-skeletons.yml b/.github/workflows/trigger-skeletons.yml index 05d0a743a..3c99fb325 100644 --- a/.github/workflows/trigger-skeletons.yml +++ b/.github/workflows/trigger-skeletons.yml @@ -37,7 +37,7 @@ jobs: -H "Accept: application/vnd.github.everest-preview+json" \ -H "Content-Type: application/json" \ ${URL} \ - --data '{ "ref": "master", + --data '{ "ref": "develop", "inputs": { "tag": "'"$VERSION"'", "version": "'"$INPUT_VERSION"'",