We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47103f0 commit 1968a4fCopy full SHA for 1968a4f
.github/workflows/integration-tests.yml
@@ -194,7 +194,7 @@ jobs:
194
uses: ./github-script/
195
with:
196
script: |
197
- if ("${{ steps.get-edited-item.outputs.field-value }}" !== "High") {
+ if ("${{ steps.get-edited-item.outputs.field-value }}" !== "⛰️ High") {
198
throw new Error("Field value is not correct")
199
}
200
@@ -210,7 +210,7 @@ jobs:
210
"Priority"
211
)
212
213
- if (item.field?.value !== "High") {
+ if (item.field?.value !== "⛰️ High") {
214
215
216
0 commit comments