From 5fa64d9af90ace6b3a8aed3f74c050788bebad09 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Sat, 1 Apr 2023 22:44:19 +0200 Subject: [PATCH] project action: improving switch expression --- .github/workflows/project_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project_actions.yml b/.github/workflows/project_actions.yml index 0d097331d7..8ee869be93 100644 --- a/.github/workflows/project_actions.yml +++ b/.github/workflows/project_actions.yml @@ -31,7 +31,7 @@ jobs: gh_token: ${{ secrets.YNPUT_BOT_TOKEN }} organization: ynput project_id: 11 - resource_node_id: ${{ github.event.pull_request.node_id }} || ${{ github.event.issue.node_id }} + resource_node_id: ${{ github.event.pull_request.node_id || github.event.issue.node_id }} status_value: Review In Progress # pr_review_requested: