Skip to content

Commit 574f360

Browse files
committed
workflows
1 parent 0ca1e24 commit 574f360

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
6565
printf '%b\n' "\`\`\`" >> $GITHUB_STEP_SUMMARY
6666
./ec-linux-amd64 --exclude '^(docs/.*|patches/.*)$' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" >> $GITHUB_STEP_SUMMARY
67-
exit_codes=("${PIPESTATUS[0]}")
67+
exit_code=("${PIPESTATUS[0]}")
6868
printf '%b' "\`\`\`" >> $GITHUB_STEP_SUMMARY
6969
70-
# exit "${exit_codes}"
70+
# exit "${exit_code}"
7171

.github/workflows/ci-main-reusable-caller.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
permissions:
9393
contents: write
9494
uses: ./.github/workflows/ci-alpine-release.yml
95-
secrets: inherit
9695
with:
9796
distinct_id: ${{ github.event.inputs.distinct_id }}
9897

0 commit comments

Comments
 (0)