Skip to content

Commit

Permalink
Fix on-commits.yml
Browse files Browse the repository at this point in the history
+ git push ***github.com/orange-cloudfoundry/k3s-packages-boshrelease.git HEAD:
fatal: invalid refspec 'HEAD:'
  • Loading branch information
gberche-orange committed Jan 3, 2024
1 parent 76cb493 commit 5bb6bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: create bosh final release inlined
env:
target_branch: ${{github.ref_name}}
INPUT_TARGET_BRANCH: ${{github.ref_name}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_BOSH_ACCES_KEY_ID: ${{ secrets.AWS_BOSH_ACCES_KEY_ID }}
AWS_BOSH_SECRET_ACCES_KEY: ${{ secrets.AWS_BOSH_SECRET_ACCES_KEY }}
Expand Down

0 comments on commit 5bb6bd9

Please sign in to comment.