Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-smithers-excellent committed Jun 5, 2022
1 parent 384a15a commit ed426c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
- name: Create check run
if: ${{ inputs.pr-trigger }}
uses: actions/github-script@v5
if: ${{ always() }}
env:
name: ${{ matrix.name }}
number: ${{ github.event.client_payload.pull_request.number }}
Expand Down Expand Up @@ -119,7 +118,6 @@ jobs:
- name: Update check run
if: ${{ inputs.pr-trigger }}
uses: actions/github-script@v5
if: ${{ always() }}
env:
number: ${{ github.event.client_payload.pull_request.number }}
job: ${{ github.job }}
Expand Down

0 comments on commit ed426c5

Please sign in to comment.