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 605a0ee commit 3d391f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check_validated_by_qc_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@ jobs:
id: qc-branch-exists
run: |
echo $BRANCH_NAME
QC_BRANCH_NAME="${BRANCH_NAME}_qc"
echo QC_BRANCH_NAME
export BRANCHES=$(git branch -r)
echo $BRANCHES | grep ${{ steps.get-branch.outputs.branch }}
echo $BRANCHES | grep qc
env:
BRANCH_NAME: ${{ steps.get-branch.outputs.BRANCH_NAME }}

0 comments on commit 3d391f9

Please sign in to comment.