Skip to content

test(bosh-release-creation): create dev release on each commit #1

test(bosh-release-creation): create dev release on each commit

test(bosh-release-creation): create dev release on each commit #1

Workflow file for this run

name: on-commit
on:
workflow_dispatch:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
id: checkout_test_repo
uses: actions/checkout@v4
with:
repository: 'create-bosh-release-action-test-boshrelease'
fetch-depth: 0
- name: Test dev release
id: test_dev_release
uses: orange-cloudfoundry/create-bosh-release-action@${{github.sha}}

Check failure on line 21 in .github/workflows/on-commit.yml

View workflow run for this annotation

GitHub Actions / on-commit

Invalid workflow file

The workflow is not valid. .github/workflows/on-commit.yml (Line: 21, Col: 15): Unrecognized named-value: 'github'. Located at position 1 within expression: github.sha
with:
target_branch: main