Skip to content

Update deploy.yml

Update deploy.yml #19

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@refs/heads/hugo-workflow

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

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "chnm/.github/.github/workflows/hugo--build-release-deploy.yml@refs/heads/hugo-workflow" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
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"