Skip to content

Commit ad422ae

Browse files
authored
Merge pull request #90 from openshift-kni/gha
Update workflows
2 parents d758991 + 467dcec commit ad422ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
2828

@@ -78,6 +78,6 @@ jobs:
7878
echo "## DCI components" >> ${GITHUB_STEP_SUMMARY}
7979
echo "" >> ${GITHUB_STEP_SUMMARY}
8080
echo "\`\`\`JSON" >> ${GITHUB_STEP_SUMMARY}
81-
<<<'${{ steps.dci.outputs.components }}' jq . | grep -v team_id >> ${GITHUB_STEP_SUMMARY}
81+
<<<'${{ steps.dci.outputs.components }}' jq '.[] | del(.component.jobs)' | grep -v team_id >> ${GITHUB_STEP_SUMMARY}
8282
echo "\`\`\`" >> ${GITHUB_STEP_SUMMARY}
8383
echo "" >> ${GITHUB_STEP_SUMMARY}

0 commit comments

Comments
 (0)