Skip to content

Commit

Permalink
fix: prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
karczuRF committed Jul 3, 2024
1 parent 3082b31 commit 79321b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-tapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
shell: bash
run: |
pr_name=${{ github.event.pull_request.title }}
IFS=" " read -r PREFIX NAME_VERSION <<< "$pr_name"
IFS="/" read -r PREFIX NAME_VERSION <<< "$pr_name"
IFS="@" read -r NAME VERSION <<< "$NAME_VERSION"
echo "Prefix: $PREFIX"
echo "Name: $NAME"
Expand Down

0 comments on commit 79321b4

Please sign in to comment.