Skip to content

Commit 4fa5fa1

Browse files
authored
fix dry-run logic for docs PR (#8261)
1 parent 50ef9d8 commit 4fa5fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
GITHUB_USERNAME: ${{ github.actor }}
9393
GITHUB_EMAIL: ${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com
9494
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95-
DRY_RUN: ${{ inputs.dry_run && 'true' || 'true' }}
96-
DEBUG: ${{ inputs.debug && 'true' || 'true' }}
95+
DRY_RUN: ${{ inputs.dry_run && 'true' || 'false' }}
96+
DEBUG: ${{ inputs.debug && 'true' || 'false' }}
9797

9898
- name: Create Pull Request
9999
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8

0 commit comments

Comments
 (0)