Skip to content

Commit

Permalink
remove expression syntax test
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarf committed Mar 28, 2024
1 parent 0e10999 commit 1390571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nvda-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: Log job state ERROR
shell: powershell
if: ${{ failure() && inputs.status_url }}
if: failure() && inputs.status_url
run: |
$headerbits = $env:ARIA_AT_CALLBACK_HEADER -split ":\s*", 2
$headers = @{$headerbits[0]=$headerbits[1]; "Content-Type" = "application/json"}
Expand All @@ -192,7 +192,7 @@ jobs:
- name: Log job state COMPLETED
shell: powershell
if: ${{ success() && inputs.status_url }}
if: success() && inputs.status_url
run: |
$headerbits = $env:ARIA_AT_CALLBACK_HEADER -split ":\s*", 2
$headers = @{$headerbits[0]=$headerbits[1]; "Content-Type" = "application/json"}
Expand Down

0 comments on commit 1390571

Please sign in to comment.