Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun committed Jun 13, 2024
1 parent e0ede3d commit ed60579
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,13 @@ jobs:
runs-on: ubuntu-latest
if: always() && !contains(needs.tag-validate.result, 'failure')
needs: [tag-validate]
env:
ACTIONS_RUNNER_DEBUG: true
steps:
- name: Checkout private tools
uses: actions/checkout@v4
with:
repository: accuknox/common-gh-actions
token: ${{ env.TOKEN }}
- name: Checkout source
uses: accuknox/common-gh-actions/actions/checkout-source@main
# - name: Checkout source
# uses: accuknox/common-gh-actions/actions/checkout-source@main
- name: Validate helm chart
uses: accuknox/common-gh-actions/actions/helm-check@main
with:
Expand Down

0 comments on commit ed60579

Please sign in to comment.