Skip to content

Commit

Permalink
ci: fix issue with sync pr to issue workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Oct 2, 2024
1 parent 1e60aa1 commit 95ea46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-pr-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
!startsWith(github.head_ref, 'renovate/')
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.6.3
with:
issue-or-pr-number: ${{ github.event.issue.number }}
issue-or-pr-number: ${{ github.event_name == 'issue_comment' && github.event.issue.number || '' }}
sync-type: manual
requested-by: "validate:${{ github.event.sender.login }}"
secrets:
Expand Down

0 comments on commit 95ea46c

Please sign in to comment.