Skip to content

Commit

Permalink
ci: debug github env again to get it working on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton authored Oct 28, 2024
1 parent 91711b1 commit 29dbacb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dorothy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@ jobs:
github.event.pull_request.assignees:
${{ github.event_name == 'pull_request' && toJson( toJson(github.event.pull_request.assignees) != '[]' ) }}
github.repository:
${{ toJson(github.repository) }}
github.event.pull_request.head.sha:
${{ github.event_name == 'pull_request' && toJson(github.event.pull_request.head.sha) }}
github.sha:
${{ toJson(github.sha) }}
github.ref
${{ toJson(github.ref) }}
github:
${{ toJson(github) }}
EGITHUB
login-shells-and-linting:
if: github.event_name == 'push' || ( github.event_name == 'pull_request' && toJson(github.event.pull_request.draft) == 'false' && toJson(github.event.pull_request.state) == '"open"' && toJson(github.event.pull_request.assignees) != '[]' )
Expand Down

0 comments on commit 29dbacb

Please sign in to comment.