ci: fix chart publish workflow (#874)

* ci: correcting cross job output syntax

* ci: adding job names
This commit is contained in:
Callum Tait
2021-10-05 22:35:32 +01:00
committed by GitHub
parent b01e193aab
commit 8657a34f32
3 changed files with 9 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ env:
jobs:
lint-test:
runs-on: ubuntu-latest
name: Lint Chart
steps:
- name: Checkout
uses: actions/checkout@v2