We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3853370 commit 8421942Copy full SHA for 8421942
.github/workflows/DINAR-PORT.yml
@@ -47,9 +47,11 @@ jobs:
47
echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >>
48
$GITHUB_ENV
49
- name: Analyze request
50
+ env:
51
+ TITLE: ${{ github.event.issue.title }}
52
run: |
53
# sets environment variables that available in next steps via $ {{ env.PORT_... }} notation
- python DINAR/workflow-files/analyze_port_trigger.py "${{ github.event.issue.title }}"
54
+ python DINAR/workflow-files/analyze_port_trigger.py "$TITLE"
55
- name: Checkout Repo
56
uses: actions/checkout@v2
57
with:
0 commit comments