Skip to content

Merge remote-tracking branch 'origin/feat/issue-2163' into feat/issue… #7

Merge remote-tracking branch 'origin/feat/issue-2163' into feat/issue…

Merge remote-tracking branch 'origin/feat/issue-2163' into feat/issue… #7

Workflow file for this run

name: Wave Bundle
on:
push:
jobs:
bundle:
name: Create Wave Bundle
uses: ./.github/workflows/wave-bundle-tour.yaml
with:
build-version: 1.0.0
publish:
needs: bundle
name: Build and Publish
uses: ./.github/workflows/wave-publish-tour.yaml
with:
build-version: 1.0.0
helm-publish:
needs: bundle
name: Build and Publish Helm Chart
uses: ./.github/workflows/helm-release-tour.yaml

Check failure on line 23 in .github/workflows/wave-tour.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/wave-tour.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/wave-tour.yaml" -> "./.github/workflows/helm-release-tour.yaml" (source branch with sha:a112848f5bffc92a994090e322a61a508ae67255) --> "./.github/workflows/wave-bundle-helm-release.yaml" : failed to fetch workflow: workflow was not found.
with:
build-version: 1.0.0