Skip to content

Commit d860d40

Browse files
authored
Update sync-feature-priority.yml
Signed-off-by: waxsd100 <[email protected]>
1 parent 802d5d2 commit d860d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-feature-priority.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
});
5858
}
5959
- name: Check issue priority and clean body
60-
if: ${{ process.env.PRIORITY.includes('高い') }}
60+
if: ${{ needs.set_env_priority.outputs.PRIORITY.includes('高い') }}
6161
uses: actions/github-script@v6
6262
with:
6363
script: |
@@ -98,7 +98,7 @@ jobs:
9898
fi
9999
100100
- name: Close Issue if Field is Empty
101-
if: ${{ process.env.PRIORITY.includes('高い') && ( steps.check_field.outputs.field_empty == 'true' || steps.form.outputs.data == null || fromJSON(steps.form.outputs.data)['task-reasons-for-high-priority'] == '') }}
101+
if: ${{ needs.set_env_priority.outputs.PRIORITY.includes('高い') && ( steps.check_field.outputs.field_empty == 'true' || steps.form.outputs.data == null || fromJSON(steps.form.outputs.data)['task-reasons-for-high-priority'] == '') }}
102102
uses: actions/github-script@v6
103103
with:
104104
script: |

0 commit comments

Comments
 (0)