use gnosis version of github_action for debugging
This commit is contained in:
parent
94156166d2
commit
dcba16830c
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: 'CLA Assistant'
|
||||
if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request'
|
||||
# Alpha Release
|
||||
uses: cla-assistant/github-action@v1.4.2-alpha
|
||||
uses: gnosis/github-action@master
|
||||
# GitHub token, automatically provided to the action
|
||||
# (No need to define this secret in the repo settings)
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue