Skip to content

Commit

Permalink
Update check_validated_by_qc_code.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orladoylenvs authored Apr 29, 2024
1 parent b109069 commit 605a0ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_validated_by_qc_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
steps:
- name: Current branch
id: get-branch
run: echo "::set-env name=BRANCH_NAME::$(echo ${GITHUB_HEAD_REF})"
run: echo "::set-output name=BRANCH_NAME::$(echo ${GITHUB_HEAD_REF})"

- name: Check qc branch exists
id: qc-branch-exists
run: |
echo $BRANCH_NAME
export BRANCHES=$(git branch -r)
echo $BRANCHES | grep ${{ steps.get-branch.outputs.branch }}

0 comments on commit 605a0ee

Please sign in to comment.