Skip to content

Commit

Permalink
Renamed code-coverage-gistid to code-coverage_gistID
Browse files Browse the repository at this point in the history
  • Loading branch information
piranna committed Jan 25, 2024
1 parent 092259b commit 91fb69c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main+schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
type: string

# main
code-coverage-gistid:
code-coverage_gistID:
description: Code coverage gist ID
required: true
type: string
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
uses: ./.github/workflows/main.yml

with:
code-coverage-gistid: ${{ inputs.code-coverage-gistid }}
code-coverage_gistID: ${{ inputs.code-coverage_gistID }}
node_auth_token: ${{ inputs.node_auth_token }}
node-version: ${{ inputs.node-version }}
registry-url: ${{ inputs.registry-url }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: main
on:
workflow_call:
inputs:
code-coverage-gistid:
code-coverage_gistID:
description: Code coverage gist ID
required: true
type: string
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
with:
auth: ${{ secrets.GIST_SECRET }}
filename: ${{ github.event.repository.name }}.json
gistID: ${{ inputs.code-coverage-gistid }}
gistID: ${{ inputs.code-coverage_gistID }}
label: Coverage
maxColorRange: 90
message: ${{ env.codeCoverage }}%
Expand Down

0 comments on commit 91fb69c

Please sign in to comment.