From 8bafa46467c717d0cf20ae6508ac44fcd3f8163c Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 18 Jan 2021 13:28:59 +0000 Subject: [PATCH] :construction_worker_man: sync DINAR Pushed from https://github.com/itpp-labs/DINAR/.github/workflows/fork2repos.yml --- .github/workflows/DINAR-PORT.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/DINAR-PORT.yml b/.github/workflows/DINAR-PORT.yml index 386664b..6b67445 100644 --- a/.github/workflows/DINAR-PORT.yml +++ b/.github/workflows/DINAR-PORT.yml @@ -47,9 +47,11 @@ jobs: echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV - name: Analyze request + env: + TITLE: ${{ github.event.issue.title }} run: | # sets environment variables that available in next steps via $ {{ env.PORT_... }} notation - python DINAR/workflow-files/analyze_port_trigger.py "${{ github.event.issue.title }}" + python DINAR/workflow-files/analyze_port_trigger.py "$TITLE" - name: Checkout Repo uses: actions/checkout@v2 with: