Skip to content

remove incorrect regex for domain name #11

remove incorrect regex for domain name

remove incorrect regex for domain name #11

Workflow file for this run

name: Azure function
on:
workflow_call:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install and configure Poetry
uses: snok/install-poetry@v1
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install dependencies
working-directory: ./examples/function
run: |
poetry install --all-extras
poetry run build
- name: upload_artifact
uses: actions/upload-artifact@v4
with:
name: acme_dns_azure_function
path: ./examples/function/dist/*.zip
if-no-files-found: error