Skip to content

Commit ed60579

Browse files
author
Arun
committed
action
1 parent e0ede3d commit ed60579

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/action.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,13 @@ jobs:
4242
runs-on: ubuntu-latest
4343
if: always() && !contains(needs.tag-validate.result, 'failure')
4444
needs: [tag-validate]
45-
env:
46-
ACTIONS_RUNNER_DEBUG: true
4745
steps:
4846
- name: Checkout private tools
4947
uses: actions/checkout@v4
5048
with:
51-
repository: accuknox/common-gh-actions
5249
token: ${{ env.TOKEN }}
53-
- name: Checkout source
54-
uses: accuknox/common-gh-actions/actions/checkout-source@main
50+
# - name: Checkout source
51+
# uses: accuknox/common-gh-actions/actions/checkout-source@main
5552
- name: Validate helm chart
5653
uses: accuknox/common-gh-actions/actions/helm-check@main
5754
with:

0 commit comments

Comments
 (0)