Prechádzať zdrojové kódy

Update branchtest.yml

Matthew R Kasun 2 rokov pred
rodič
commit
0c0c338aa6
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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