Skip to content

Commit 1968a4f

Browse files
authored
ci: fix previous commit
1 parent 47103f0 commit 1968a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
uses: ./github-script/
195195
with:
196196
script: |
197-
if ("${{ steps.get-edited-item.outputs.field-value }}" !== "High") {
197+
if ("${{ steps.get-edited-item.outputs.field-value }}" !== "⛰️ High") {
198198
throw new Error("Field value is not correct")
199199
}
200200
@@ -210,7 +210,7 @@ jobs:
210210
"Priority"
211211
)
212212
213-
if (item.field?.value !== "High") {
213+
if (item.field?.value !== "⛰️ High") {
214214
throw new Error("Field value is not correct")
215215
}
216216

0 commit comments

Comments
 (0)