Skip to content

Commit

Permalink
Testing commit message 07-04 3:42pm
Browse files Browse the repository at this point in the history
Signed-off-by: bado <[email protected]>
  • Loading branch information
zondervancalvez committed Jul 4, 2024
1 parent c5ea927 commit f95b570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Get PR description
run: |
pr_description="${{ github.event.pull_request.body }}"
start_string="**Pull Request Requirements**"
start_pos=$(echo "$pr_description" | grep -b -m 1 "$start_string" | cut -d: -f1)
Expand Down

0 comments on commit f95b570

Please sign in to comment.