Skip to content

Commit

Permalink
echo variants
Browse files Browse the repository at this point in the history
  • Loading branch information
mki-c2c committed Aug 12, 2024
1 parent 7a745c8 commit f58de2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
- name: compute tag name
shell: bash
run: |
git log --pretty="%h" -n 1
git log -n 1
git log --pretty=%P -1 --merges
git log --pretty=%P -1 --no-merges
git log --pretty="%p" -n 1
git log -n 1 --pretty="%P"
git log -n 1 --pretty="%p"
git log -n 1 --pretty=%p
git log --pretty="%p" -n 1
echo $([[ $(git log --pretty="%p" -n 1 | wc -w) -gt 1 ]] && echo "PR 1" || echo "regular push 1")
echo $([[ $(git log --pretty="%p" -n 1 | wc -w) -gt 1 ]] \
Expand Down

0 comments on commit f58de2f

Please sign in to comment.