Skip to content

Commit

Permalink
[Actions] Updated .github/actions/build-version/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 22, 2024
1 parent e151838 commit 5f1260d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/build-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ runs:

- name: "Stable Build Numbers"
shell: bash
run:
run: |
echo "onyxmueller/build-tag-number: ${{steps.build-number.outputs.build_number}}"
echo "Github Run ID: ${{github.run_id}}"
echo "Github Run Number: ${{github.run_number}}"
echo "Github Run Attempt: ${{github.run_attempt}}"
echo "Commit Count: $(git rev-list --count origin/main)"
echo "Commit Count/Nr/Attempt: $(git rev-list --count origin/main)"

echo "Commit Count (origin/main): $(git rev-list --count origin/main)"
echo "Commit Count: (${{github.ref}}) $(git rev-list --count "${{github.ref}}")"
- name: "Set Define Build Version"
shell: bash
Expand Down

0 comments on commit 5f1260d

Please sign in to comment.