Browse Source

Update branchtest.yml (#2373)

Matthew R Kasun 2 years ago
parent
commit
f64a3e1622
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/branchtest.yml

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

@@ -21,7 +21,7 @@ jobs:
     needs: skip-check
     if: ${{ needs.skip-check.outputs.skip != 'true' }}
     outputs:
-      netclientbranch: ${{ steps.checkbranch.outputs.netclientbranch }}
+      netclientbranch: ${{ steps.getbranch.outputs.netclientbranch }}
     steps:
       - name: checkout
         uses: actions/checkout@v3