Skip to content

Commit

Permalink
ci: Fail FM Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Sep 11, 2024
1 parent 8f976bb commit a5e3a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/follow-merge-sync-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
`Unfortunately you don't have membership in ${owner} organization, your PR wasn't synced with ${owner}/${{ env.DOWNSTREAM_REPOSITORY }}.`
].join('\n')
});
throw `${{ github.actor }} don't have membership in ${owner} organization`
- name: Checkout Actions Hub
uses: actions/checkout@v4
Expand Down

0 comments on commit a5e3a24

Please sign in to comment.