Skip to content

Commit

Permalink
Use dholth status action (#52)
Browse files Browse the repository at this point in the history
* update github-status-action to v1.1.6

* use forked github-status-action

Co-authored-by: Jannis Leidel <[email protected]>
  • Loading branch information
dholth and jezdez authored Oct 13, 2022
1 parent 05edf9b commit c77bb64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions check-cla/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
core.setOutput('hasLabel', hasLabel);
- name: Set commit status with pending
uses: Sibz/github-status-action@v1.1.6
uses: dholth/github-status-action@runs-using-node16
with:
authToken: ${{ inputs.token }}
context: "CLA check"
Expand Down Expand Up @@ -116,7 +116,7 @@ runs:

- name: Set commit status to error
if: steps.contributors.outputs.hasSigned == 'false'
uses: Sibz/github-status-action@v1.1.6
uses: dholth/github-status-action@runs-using-node16
with:
authToken: ${{ inputs.token }}
context: CLA check
Expand All @@ -127,7 +127,7 @@ runs:

- name: Set commit status to success
if: steps.contributors.outputs.hasSigned == 'true'
uses: Sibz/github-status-action@v1.1.6
uses: dholth/github-status-action@runs-using-node16
with:
authToken: ${{ inputs.token }}
context: CLA check
Expand Down

0 comments on commit c77bb64

Please sign in to comment.