From dcba16830c4c21cefc20cab475b8ed2463ad05be Mon Sep 17 00:00:00 2001 From: Mikhail Mikheev Date: Tue, 4 Aug 2020 14:58:44 +0400 Subject: [PATCH] use gnosis version of github_action for debugging --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 902fbf89..6b54d4b0 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -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: