Skip to content

Hugo build, release, deploy #62

Hugo build, release, deploy

Hugo build, release, deploy #62

Workflow file for this run

name: "Deploy"
on:
push:
branches:
- "main"
paths:
- ".github/workflows/deploy.yml"
workflow_dispatch:
jobs:
deploy:
uses: chnm/.github/.github/workflows/hugo--build-release-deploy.yml@hugo-workflow

Check failure on line 14 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy

Invalid workflow file

The workflow is not valid. In .github/workflows/deploy.yml (Line: 14, Col: 11): Error from called workflow chnm/.github/.github/workflows/hugo--build-release-deploy.yml@hugo-workflow (Line: 392, Col: 24): Unrecognized named-value: 'fqdn'. Located at position 1 within expression: fqdn
secrets: inherit
with:
github-run-id: "${{ github.run_id }}"
github-workflow: "${{ github.workflow }}"
github-workflow-ref: "${{ github.workflow_ref }}"
github-workflow-sha: "${{ github.workflow_sha }}"
github-workspace: "${{ github.workspace }}"
github-repository: "${{ github.repository }}"
github-repository-owner: "${{ github.repository_owner }}"
github-repository-name: "${{ github.event.repository.name }}"
github-repository-url: "${{ github.repository-url }}"
github-action-ref: "${{ github.action_ref }}"
github-event-name: "${{ github.event_name }}"
github-actor: "${{ github.actor }}"
github-triggering-actor: "${{ github.triggering_actor }}"
github-base-ref: "${{ github.base_ref }}"
github-ref-name: "${{ github.ref_name }}"
github-ref-type: "${{ github.ref_type }}"
github-ref: "${{ github.ref }}"
github-sha: "${{ github.sha }}"
container-registry: "ghcr.io"
container-image-name: "cicd-testing-website"
hugo-context-root: "."
hugo-devl-url: "devl.rrchnm.site"
hugo-prod-url: "prod.rrchnm.site"
build-artifact-name: "cicd-testing-website"
release-tag-name-type: "semvar"