Skip to content

Commit

Permalink
some new checks
Browse files Browse the repository at this point in the history
  • Loading branch information
emvakar committed Feb 14, 2024
1 parent d1072e1 commit f109848
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ runs:
replace=""
result=${str//$find/$replace}
echo ${result}
find="refs/heads/"
replace=""
result=${result//$find/$replace}
echo ${result}
echo "APP_VERSION=${result}" >> $GITHUB_ENV
shell: bash

0 comments on commit f109848

Please sign in to comment.