Skip to content

Commit

Permalink
Should be Title
Browse files Browse the repository at this point in the history
Should be Body
Extra Body
- Item 1
- Item 2

Body after a space
  • Loading branch information
batstyx authored Sep 29, 2023
1 parent 8a16366 commit 5d8a22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: actions/[email protected] # https://github.com/marketplace/actions/checkout
- id: get_head_commit
run: |
echo "title=$(powershell "git log --format=%B -n 1 HEAD | Select -First 1")" >> $GITHUB_OUTPUT
echo "body=$(powershell "git log --format=%B -n 1 HEAD | Select -Skip 1")" >> $GITHUB_OUTPUT
echo "title=$(powershell 'git log --format=%B -n 1 HEAD | Select -First 1")' >> $GITHUB_OUTPUT
echo "body=$(powershell 'git log --format=%B -n 1 HEAD | Select -Skip 1")' >> $GITHUB_OUTPUT
- uses: microsoft/[email protected] # https://github.com/marketplace/actions/setup-msbuild
- uses: NuGet/[email protected] # https://github.com/marketplace/actions/setup-nuget-exe-for-use-with-actions
- run: .\scripts\update-libraries.ps1
Expand Down

0 comments on commit 5d8a22d

Please sign in to comment.