Skip to content

Commit

Permalink
Revise test
Browse files Browse the repository at this point in the history
  • Loading branch information
giancosta86 committed Sep 4, 2024
1 parent 9b7074c commit 5f6a02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/test-actions/test-detect-branch-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ runs:
run: |
branch="${{ steps.detector.outputs.branch }}"
echo "πŸ”ŽDetected branch: '$branch'"
echo "πŸ”ŽBranch retrieved from action: '$branch'"
[[ -z $branch ]] && exit 1
- name: Test version
shell: bash
run: |
version="${{ steps.detector.outputs.version }}"
echo "πŸ”ŽDetected version: '$version'"
echo "πŸ”ŽVersion retrieved from action: '$version'"
[[ -z $version ]] && exit 1

0 comments on commit 5f6a02a

Please sign in to comment.