Skip to content

Commit 0c91740

Browse files
committed
dont save commit message to output
1 parent 8472221 commit 0c91740

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
echo "build_version=${{ env.BASE_VERSION }}.$((${{ github.run_number }} - 79))" >> $GITHUB_OUTPUT
3434
echo "prev_build_version=${{ env.BASE_VERSION }}.$(($((${{ github.run_number }} - 79)) - 1))" >> $GITHUB_OUTPUT
3535
echo "git_short_hash=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
36-
echo "commit_message=$(git log -1 --pretty=%B)" >> $GITHUB_OUTPUT
3736
shell: bash
3837

3938
- uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)