ci more debugging for formatting action
This commit is contained in:
4
.github/workflows/handle_format_request.yml
vendored
4
.github/workflows/handle_format_request.yml
vendored
@@ -4,6 +4,10 @@ on:
|
|||||||
types: [created]
|
types: [created]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
test-github:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo '${{ toJSON(github) }}'
|
||||||
update-formatting:
|
update-formatting:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
if: github.event.issue.pull_request && github.event.issue.user.login == github.event.pull_request.user.login
|
if: github.event.issue.pull_request && github.event.issue.user.login == github.event.pull_request.user.login
|
||||||
|
|||||||
Reference in New Issue
Block a user