Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmruz Hossain <emruz@appscode.com>2021-11-01 21:57:38 +0300
committerEmruz Hossain <emruz@appscode.com>2021-11-01 21:57:38 +0300
commitcac27fc8c40c71e141920470bf708d6319167dda (patch)
treef0b5c98081c5c83f68f018267d941cfcb430cbf0 /.github
parentb9d6b6612cdfff9cad772e8ccdb9f7ac07b7b7fa (diff)
Fix issue automation workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/project-automation-issue.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/project-automation-issue.yaml b/.github/workflows/project-automation-issue.yaml
index 83b0d32..31169c6 100644
--- a/.github/workflows/project-automation-issue.yaml
+++ b/.github/workflows/project-automation-issue.yaml
@@ -72,7 +72,7 @@ jobs:
env:
ISSUE_DATA: ${{ toJson(github.event.issue) }}
run: |
- echo 'LABELS='$(echo "$PR_DATA" | jq -r '[.labels[].name] | join(" ")') >> $GITHUB_ENV
+ echo 'LABELS='$(echo "$ISSUE_DATA" | jq -r '[.labels[].name] | join(" ")') >> $GITHUB_ENV
- name: Set "Type" field
env: