Skip to content

Commit 8421942

Browse files
committed
1 parent 3853370 commit 8421942

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/DINAR-PORT.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ jobs:
4747
echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >>
4848
$GITHUB_ENV
4949
- name: Analyze request
50+
env:
51+
TITLE: ${{ github.event.issue.title }}
5052
run: |
5153
# sets environment variables that available in next steps via $ {{ env.PORT_... }} notation
52-
python DINAR/workflow-files/analyze_port_trigger.py "${{ github.event.issue.title }}"
54+
python DINAR/workflow-files/analyze_port_trigger.py "$TITLE"
5355
- name: Checkout Repo
5456
uses: actions/checkout@v2
5557
with:

0 commit comments

Comments
 (0)