From de5aac580534daf87a1b58e8c037a0ba350b9e54 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 20 Dec 2020 17:47:54 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/DINAR-PORT.yml b/.github/workflows/DINAR-PORT.yml index 8a0f9b7..7d3a507 100644 --- a/.github/workflows/DINAR-PORT.yml +++ b/.github/workflows/DINAR-PORT.yml @@ -46,6 +46,10 @@ jobs: run: echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV + - name: Analyze request + 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 }}" - name: Checkout Repo uses: actions/checkout@v2 with: @@ -56,10 +60,6 @@ jobs: with: path: ~/.cache/pre-commit key: pre-commit|${{ env.PY }}|${{ hashFiles('REPO/.pre-commit-config.yaml') }} - - name: Analyze request - 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 }}" - name: Copy module to new branch run: | git config --global user.email "itpp-bot@users.noreply.github.com"