Skip to content

Commit

Permalink
ci: fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Jan 4, 2024
1 parent 47103f0 commit 1968a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
uses: ./github-script/
with:
script: |
if ("${{ steps.get-edited-item.outputs.field-value }}" !== "High") {
if ("${{ steps.get-edited-item.outputs.field-value }}" !== "⛰️ High") {
throw new Error("Field value is not correct")
}
Expand All @@ -210,7 +210,7 @@ jobs:
"Priority"
)
if (item.field?.value !== "High") {
if (item.field?.value !== "⛰️ High") {
throw new Error("Field value is not correct")
}
Expand Down

0 comments on commit 1968a4f

Please sign in to comment.