Skip to content

Commit

Permalink
Remove dry-run command to run for real!
Browse files Browse the repository at this point in the history
  • Loading branch information
biosafetylvl5 committed Aug 15, 2024
1 parent 6dab767 commit 527e7b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/new-brassy-note.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
--base ${{ steps.extract_branch.outputs.branch }} \
--head update-release-note-${{ steps.extract_branch.outputs.branch }} \
--title 'Merge new release note into CURRENT_BRANCH' \
--body 'Created by manually run Github action.' \
--dry-run
--body 'Created by manually run Github action.'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 527e7b7

Please sign in to comment.