Skip to content

Generation of the Iana-Domains-DB file #9181

Generation of the Iana-Domains-DB file

Generation of the Iana-Domains-DB file #9181

Workflow file for this run

name: Generation of the Iana-Domains-DB file
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
schedule:
- cron: "35 */5 * * *"
workflow_dispatch: {}
env:
PYFUNCEBLE_AUTO_CONFIGURATION: "YES"
PYFUNCEBLE_CONFIG_DIR: "/tmp/.pyfunceble"
GIT_NAME: "${{ secrets.GIT_BOT_NAME }}"
GIT_EMAIL: "${{ secrets.GIT_BOT_EMAIL }}"
jobs:
generate:
name: Run the generator and push changes.
runs-on: "${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
python_version:
- "3.12"
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Clone repository
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
run: |
pip install --pre PyFunceble-dev
- name: Get PyFunceble version
run: |
PyFunceble --version
- name: Run Iana-Domains-DB Generator
run: |
./update.py