Skip to content

Commit

Permalink
test(bosh-release-creation): create dev release on each commit (fixup)
Browse files Browse the repository at this point in the history
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
'
  • Loading branch information
o-orand committed Jan 15, 2024
1 parent 9941cf3 commit f3e50b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: on-commit
on:
workflow_dispatch:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -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

0 comments on commit f3e50b2

Please sign in to comment.