Skip to content

Commit

Permalink
fixing tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Jan 30, 2024
1 parent 6be391d commit 08ff89c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
commit_sha:
description: "Commit SHA used for testing. If left blank, the default branch will be used."
type: string
default: ""
default: ''
required: false

jobs:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
codecov: ${{ steps.local-codecov.outputs.local_codecov }}
steps:
- name: Check out the default branch
if: github.event_name != 'workflow_dispatch' || github.event.inputs.commit_sha == ""
if: github.event_name != 'workflow_dispatch' || github.event.inputs.commit_sha == ''
uses: actions/checkout@v4
with:
persist-credentials: false
Expand Down

0 comments on commit 08ff89c

Please sign in to comment.