Selaa lähdekoodia

Update branchtest.yml (#2387)

Matthew R Kasun 2 vuotta sitten
vanhempi
commit
9ad76c22fd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/workflows/branchtest.yml

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

@@ -29,7 +29,7 @@ jobs:
           repository: gravitl/netclient
           ref: develop
       - name: check if branch exists
-        id: checkbranch
+        id: getbranch
         run: |
           if git show-ref ${{ github.head_ref}}; then
             echo branch exists