From f3e50b22f19bbd4ff4c5a522cad4e6eac58a62a6 Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Mon, 15 Jan 2024 15:13:37 +0000 Subject: [PATCH] test(bosh-release-creation): create dev release on each commit (fixup) we cannot use github.sha in image definition ' Invalid workflow file: .github/workflows/on-commit.yml#L21 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 ' --- .github/workflows/on-commit.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml index e7d3efb..555bf14 100644 --- a/.github/workflows/on-commit.yml +++ b/.github/workflows/on-commit.yml @@ -3,8 +3,6 @@ name: on-commit on: workflow_dispatch: push: - branches: - - '*' jobs: build: runs-on: ubuntu-latest @@ -18,6 +16,6 @@ jobs: - name: Test dev release id: test_dev_release - uses: orange-cloudfoundry/create-bosh-release-action@${{github.sha}} + uses: orange-cloudfoundry/create-bosh-release-action@master with: target_branch: main