Skip to content

create release branches, actually call invoke #1

create release branches, actually call invoke

create release branches, actually call invoke #1

name: Build candidate branch
on:
push:
branches:
- *

Check failure on line 6 in .github/workflows/release-candidate-branch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-candidate-branch.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
env:
HAB_LICENSE: accept-no-persist
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: JarvusInnovations/hologit@actions/projector/v1
with:
holobranch: release-candidate
commit-to: "candidates/${GITHUB_REF#refs/heads/}"