Github Actions 3 years ago
parent
commit
69c86c9a56
  1. 4
      .github/workflows/DINAR-PORT.yml
  2. 1
      .pre-commit-config.yaml

4
.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:

1
.pre-commit-config.yaml

@ -78,6 +78,7 @@ repos:
rev: v1.26.2
hooks:
- id: pyupgrade
args: ["--keep-percent-format"]
- repo: https://github.com/acsone/setuptools-odoo
rev: 2.6.0
hooks:

Loading…
Cancel
Save