Skip to content

Comments

ci: workflow cleanup follow-up#1679

Merged
Mirko-von-Leipzig merged 12 commits intonextfrom
mirko/ci/workflow-fix
Feb 17, 2026
Merged

ci: workflow cleanup follow-up#1679
Mirko-von-Leipzig merged 12 commits intonextfrom
mirko/ci/workflow-fix

Conversation

@Mirko-von-Leipzig
Copy link
Collaborator

@Mirko-von-Leipzig Mirko-von-Leipzig commented Feb 16, 2026

Follow-up fixes to #1678.

  1. Step outputs don't natively support multiline strings.
  2. GITHUB_TOKEN is required for gh cli.
  3. Nicer progress printing ala chatgpt.
  4. gh run delete has no --yes flag.
  5. Fix pagination as per issue raised by @drahnr in ci: add workflow cleanup #1678 (comment)

Pagination fix proof in example dry-run here, where the dry-run exits after paginating to 112 entries as per the manual total below:

gh run list --limit 1000 \
  --workflow docker-build-check.yml \
  --json databaseId --jq '.[].databaseId' \
| wc -l                                                                               
     112

@Mirko-von-Leipzig Mirko-von-Leipzig added the no changelog This PR does not require an entry in the `CHANGELOG.md` file label Feb 16, 2026
@Mirko-von-Leipzig Mirko-von-Leipzig force-pushed the mirko/ci/workflow-fix branch 12 times, most recently from bc1b2c8 to 11e1829 Compare February 16, 2026 10:14
@Mirko-von-Leipzig Mirko-von-Leipzig force-pushed the mirko/ci/workflow-fix branch 5 times, most recently from 5516dde to dbdc791 Compare February 16, 2026 10:52
@Mirko-von-Leipzig Mirko-von-Leipzig force-pushed the mirko/ci/workflow-fix branch 7 times, most recently from e40bb91 to 1aef041 Compare February 16, 2026 11:34
Copy link
Contributor

@drahnr drahnr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few comments, I did not review the table gen shell setup thoroughly.

@Mirko-von-Leipzig Mirko-von-Leipzig force-pushed the mirko/ci/workflow-fix branch 16 times, most recently from f7e0cf0 to efe733e Compare February 16, 2026 19:09
@Mirko-von-Leipzig
Copy link
Collaborator Author

@drahnr take a look and see if the functions helped?

Copy link
Contributor

@drahnr drahnr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find that significantly easier to follow

@Mirko-von-Leipzig Mirko-von-Leipzig merged commit 2340d92 into next Feb 17, 2026
12 checks passed
@Mirko-von-Leipzig Mirko-von-Leipzig deleted the mirko/ci/workflow-fix branch February 17, 2026 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog This PR does not require an entry in the `CHANGELOG.md` file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants