Skip to content

real deploy

real deploy #13

Workflow file for this run

name: 'Tag and Deploy Site'
on:
push:
paths:
- .github/workflows/release.yml
jobs:
tag_site:
name: Tag Site
uses: ./.github/workflows/tag_release.yml
with:
repo_ref: main
secrets: inherit
deploy:
name: Deploy to staging
needs: tag_site
uses: ./.github/workflows/deploy.yml

Check failure on line 19 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "./.github/workflows/deploy.yml" (source branch with sha:cb09cf8723ca0ec3451784367f9835aba81b67ae) : You have an error in your yaml syntax on line 45
with:
target_environment: staging
static_repo_ref: ${{ needs.tag_site.outputs.tag }}