Skip to content

Commit

Permalink
ci: changed browserstack workflow to check for author of the PR inste…
Browse files Browse the repository at this point in the history
…ad of actor
  • Loading branch information
desusai7 committed Aug 30, 2024
1 parent ef9e663 commit 6471b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
authorize:
name: Authorize
environment: ${{ github.actor != 'dependabot[bot]' && github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
environment: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
runs-on: ubuntu-latest
steps:
- run: true
Expand Down

0 comments on commit 6471b22

Please sign in to comment.