We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ede3d commit ed60579Copy full SHA for ed60579
.github/workflows/action.yaml
@@ -42,16 +42,13 @@ jobs:
42
runs-on: ubuntu-latest
43
if: always() && !contains(needs.tag-validate.result, 'failure')
44
needs: [tag-validate]
45
- env:
46
- ACTIONS_RUNNER_DEBUG: true
47
steps:
48
- name: Checkout private tools
49
uses: actions/checkout@v4
50
with:
51
- repository: accuknox/common-gh-actions
52
token: ${{ env.TOKEN }}
53
- - name: Checkout source
54
- uses: accuknox/common-gh-actions/actions/checkout-source@main
+ # - name: Checkout source
+ # uses: accuknox/common-gh-actions/actions/checkout-source@main
55
- name: Validate helm chart
56
uses: accuknox/common-gh-actions/actions/helm-check@main
57
0 commit comments