Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Jan 16, 2025
1 parent 0ca1e24 commit 574f360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
printf '%b\n' "\`\`\`" >> $GITHUB_STEP_SUMMARY
./ec-linux-amd64 --exclude '^(docs/.*|patches/.*)$' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" >> $GITHUB_STEP_SUMMARY
exit_codes=("${PIPESTATUS[0]}")
exit_code=("${PIPESTATUS[0]}")
printf '%b' "\`\`\`" >> $GITHUB_STEP_SUMMARY
# exit "${exit_codes}"
# exit "${exit_code}"
1 change: 0 additions & 1 deletion .github/workflows/ci-main-reusable-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
permissions:
contents: write
uses: ./.github/workflows/ci-alpine-release.yml
secrets: inherit
with:
distinct_id: ${{ github.event.inputs.distinct_id }}

Expand Down

0 comments on commit 574f360

Please sign in to comment.