Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ichengchang committed Jul 23, 2024
1 parent 4ce0739 commit f9d879e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compute-app-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
run: |
if [[ -n "${{ env.VERSION_FILE_PATH }}" && -n "${{ env.VERSION_LINE_MATCH }}" ]]; then
while IFS= read -r line; do
echo "$line"
if [[ $line =~ "${{ env.VERSION_LINE_MATCH }}" ]]; then
# Extract the captured group (version line match)
version_line="${BASH_REMATCH[1]}"
Expand Down

0 comments on commit f9d879e

Please sign in to comment.