Commit Graph

8 Commits

Author SHA1 Message Date
Tianon Gravi 573448144c Update to actions/checkout@v4 🙃
(this is effectively a functional no-op solving a "problem" that really ought to be solved at a different level within GHA)
2024-07-09 15:42:00 -07:00
Tianon Gravi 2ff90048d9 Add "permissions" to example GHA YAML 2023-07-27 16:40:07 -07:00
Tianon Gravi a0ec8ceff9 Add several improvements to GHA example
- "workflow_dispatch" so we can trigger manually
- "concurrency" so we avoid over-triggering when updating PRs/branches
- multi-line string in GITHUB_OUTPUT for better output and less flakiness
2023-07-18 09:00:08 -07:00
Tianon Gravi 0a1d097738 Update example to use "@HEAD"
Otherwise, we get:

> the `uses' attribute must be a path, a Docker image, or owner/repo@ref

(which the documentation implies we shouldn't, but 🤷)
2022-11-16 13:47:38 -08:00
Tianon Gravi ba00ac06de Add initial "composite" action for installing Bashbrew
(Also, fix a few minor bugs in `scripts/github-actions/generate.sh` and update the example appropriately)
2022-11-16 13:20:29 -08:00
Tianon Gravi 3ce512a383 Update example YAML from "actions/checkout@v1" to "v2" 2020-04-29 09:09:15 -07:00
Tianon Gravi 8bc7e993ea Remove extraneous whitespace 2020-04-27 15:53:38 -07:00
Tianon Gravi 3af45bd402 Add initial scripts for image maintainers to use to auto-generate appropriate GitHub Actions 2020-04-27 15:22:33 -07:00