Skip to content

feat: Add support for A, AAAA, CNAME and TXT Record Types (#14) #8

feat: Add support for A, AAAA, CNAME and TXT Record Types (#14)

feat: Add support for A, AAAA, CNAME and TXT Record Types (#14) #8

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Git Release
on:
workflow_dispatch: {}
push:
branches: ["main"]
paths-ignore:
- ".devcontainer/**"
- ".github/**"
- ".vscode/**"
- ".gitignore"
- "README.md"
jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/git-release-semver.yaml@main

Check failure on line 18 in .github/workflows/git-release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/git-release.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/git-release.yaml" -> "mirceanton/reusable-workflows/.github/workflows/git-release-semver.yaml@main" (source branch with sha:fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit