Explorar o código

update alive to dev

Mike Plante %!s(int64=2) %!d(string=hai) anos
pai
achega
6c5e10d31f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"