Skip to content

Commit

Permalink
Undo debug stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored and vs-mobiletools-engineering-service2 committed Nov 15, 2024
1 parent 829f64b commit 77f199c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maestro-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
issues: write
pull-requests: write
contents: read
if: github.actor == 'dotnet-maestro[bot]'

steps:
- uses: actions/setup-dotnet@v4
Expand All @@ -25,8 +26,6 @@ jobs:
cd dotnet-tools/changelog
dotnet build
./bin/Debug/net9.0/changelog https://github.com/$GITHUB_REPOSITORY/pull/${GITHUB_REF_NAME/\/*/} > /tmp/changelog.txt 2>&1
cat /tmp/changelog.txt
hexdump -C /tmp/changelog.txt
- name: 'Add changelog'
uses: actions/[email protected]
Expand Down

0 comments on commit 77f199c

Please sign in to comment.