Update branchtest.yml (#2373)

This commit is contained in:
Matthew R Kasun 2023-06-06 13:45:41 -04:00 committed by GitHub
parent 9ad6d63b45
commit f64a3e1622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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