Browse Source

update alive to dev

Mike Plante 2 years ago
parent
commit
6c5e10d31f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build_trio.yml

+ 1 - 1
.github/workflows/build_trio.yml

@@ -71,7 +71,7 @@ jobs:
       run: |
         # get ref for nightscout/Trio:main
         response=$(curl --request GET \
-                          --url "https://api.github.com/repos/${{ env.UPSTREAM_REPO }}/git/refs/heads/main" \
+                          --url "https://api.github.com/repos/${{ env.UPSTREAM_REPO }}/git/refs/heads/dev" \
                           --header "Authorization: Bearer $GITHUB_TOKEN" \
                           --silent)
         echo "API Response: $response"