Skip to content

[chore] fixup type for branch in build-publish workflow. #15

[chore] fixup type for branch in build-publish workflow.

[chore] fixup type for branch in build-publish workflow. #15

Workflow file for this run

name: Push
on:
push:
branches:
- main
- stable/2023.1
jobs:
modified_rocks:
uses: ./.github/workflows/modified_rocks.yaml
build-and-publish:
needs: modified_rocks
uses: ./.github/workflows/build_publish.yaml

Check failure on line 15 in .github/workflows/push.yaml

View workflow run for this annotation

GitHub Actions / Push

Invalid workflow file

The workflow is not valid. .github/workflows/push.yaml (Line: 15, Col: 11): Input branch is required, but not provided while calling.
with:
rocks: ${{ needs.modified_rocks.outputs.rocks }}
publish: true