1
0
mirror of synced 2026-01-03 06:04:16 -05:00
Commit Graph

274 Commits

Author SHA1 Message Date
Nihad Abbasov
b31df17dab Fix event name (#24674) 2023-03-28 15:09:07 +00:00
Aaron S. Hawley
5afc3b1b9d Remove actions/ from link text (#24676) 2023-03-28 15:00:31 +00:00
Courtney Wilson
eda480ea72 Merge branch 'main' into patch-1 2023-03-27 09:50:14 -05:00
Laura Coursen
6b3d9b6646 Make images accessible in the images/help/images directory (#35778) 2023-03-27 13:25:52 +00:00
Rick Schubert
acca4ae123 Improve wording surrounding workflow_dispatch
This pull request improves the wording surrounding `workflow_dispatch`. To me as a reader, it was not clear earlier that this event *needs* to be set in order for a workflow to be triggered manually. I only found this out on another guide somewhere else in the documentation, [here](https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow#configuring-a-workflow-to-run-manually).
2023-03-21 09:27:11 +00:00
Laura Coursen
ed18f98d12 Make tables accessible in the Actions focus area (#35481) 2023-03-20 08:51:14 -05:00
Joe Clark
bae4cf0ad0 Add documentation for iterative Required Workflow changes (#35368)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2023-03-10 06:59:15 +00:00
gbakeman
befb6e3a9a Hyperlink to the inputs context documentation (#24244)
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
2023-03-02 19:23:02 +00:00
Laura Coursen
09551e5953 Elevate H3s into H2s in "Events that trigger workflows" (#35214) 2023-03-01 15:11:20 +00:00
Laura Coursen
ab6d8b7654 Make images accessible in the /images root directory (#35016)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
2023-02-27 15:26:00 +00:00
Joe Clark
fefcf3b5a6 Enterprise bug fixes for the week of February 17, 2023 (#34882)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2023-02-23 19:24:50 +00:00
Felicity Chapman
1687279ca0 [Accessibility] review and revise/delete images for repository directory (A-C) part 1 - mostly actions (#34753)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2023-02-23 10:15:50 +00:00
Martin Thomson
74a0457f04 Use a random delimiter in examples (#22463)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2023-02-22 04:56:03 +00:00
Hector Alfaro
4cd28fd735 Remove support for miniTocMaxHeadingLevel (#34758) 2023-02-17 16:29:02 +00:00
Trey Valenta
9a70d5588e Update reusing-workflows.md (#23824) 2023-02-17 12:52:38 +00:00
Peter Bengtsson
b7c7dbf672 Update all internal links (#34787) 2023-02-15 15:16:18 +00:00
Luke Reid
1939aebbf0 Clarify GHCR image usage (#34603) 2023-02-10 04:13:14 +00:00
Courtney Wilson
f6213ed7e8 Merge branch 'main' into patch-1 2023-02-08 14:27:16 -06:00
Laura Coursen
f217d2bcf8 Fix a few more duplicate headers in "Workflow syntax for GitHub Actions" (#34564) 2023-02-08 18:34:58 +00:00
mc
3bbd505d4c Merge branch 'main' into reusing-workflow 2023-02-08 09:11:09 +00:00
kamilkulik
67c97e28c9 chore: remove typo 2023-02-08 07:32:44 +01:00
William Sawyer
e5ed2b67bc Corrected code block language (#23752) 2023-02-07 16:29:08 -08:00
Yoann Chaudet
64736c4990 Improve workflow_dispatch syntax doc (#34166)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2023-02-07 05:20:50 +00:00
Andreas Abel
d2c494ef05 Remove obsolete workflow_dispatch trigger from "cleanup caches" example (#23650) 2023-02-07 03:16:25 +00:00
Laura Coursen
3993abe1da Fix headers that skip levels in the GitHub Actions docs (#34374) 2023-02-06 13:54:24 +00:00
Laura Coursen
42a6e62137 Fix duplicate headers in the GitHub Actions docs (#34373) 2023-02-06 04:53:21 +00:00
Kevin Heis
ac2cd0e47d Deprecate GHES 3.3 (#34328)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com>
2023-02-03 17:05:11 +00:00
Sampark Sharma
d556600557 Add cross os actions cache related changes (#33829)
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
2023-02-02 16:54:22 +00:00
Ava Stancu
d1ca6c3b4b Update workflow-syntax-for-github-actions.md (#34263)
Co-authored-by: hubwriter <hubwriter@github.com>
2023-02-01 11:28:30 +00:00
Trivikram Kamat
93d6cc365c Add fully formed ref of the merge branch in cache cleanup action (#23612)
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
2023-01-31 20:27:47 +00:00
micnncim
d2f83c662a Remove reusable workflow limitation when used with composite action
There would not be the limitation now.

Signed-off-by: micnncim <micnncim@gmail.com>
2023-01-30 14:44:53 +09:00
Kevin Heis
74e64648e6 Reformat towards deprecation 3.3 (#34181) 2023-01-26 16:13:09 +00:00
Chris Cameron
e9954b9ab7 Document limitation with reusable workflows (#22745)
Co-authored-by: hubwriter <hubwriter@github.com>
2023-01-24 17:00:55 +00:00
Rob Bos
02df018e4f Add missing copy button to yaml content (#22909) 2023-01-18 09:04:00 +00:00
Christian
35e34ad27e Adds missing {% raw %} tags to caching page (#22865)
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
2023-01-17 23:25:07 +00:00
Rob Bos
25722e982a Update options for Actions starter workflows (#23048)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2023-01-12 12:45:32 +10:00
mc
d46364537a Merge branch 'main' into Ebonsignori-patch-1 2023-01-10 16:00:32 +00:00
Joe Clark
471701851f Add documentation for GitHub Actions configuration variables (#33119)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Tauhid Anjum <tauhidanjum@gmail.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2023-01-10 05:17:34 +00:00
Steve Guntrip
0e17f92559 [2023-01-10]: GitHub Actions Required workflows - [Public Beta] (#32793)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Jyotsna <Josh-01@github.com>
2023-01-09 06:29:19 +00:00
Evan Bonsignori
1f842bf1bc npm build -> npm run build (example) 2023-01-07 18:25:55 -08:00
Fu Yuchen
67ded507c9 format events-that-trigger-workflows.md (#22918) 2023-01-04 11:55:11 +00:00
gitulisca
60b69196b3 Add maximum number of referenced workflows limit (#33581)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-12-15 07:08:13 +00:00
Martin Lopes
23dc6dd766 GitHub Actions: Allow sharing Actions and workflows in private repos - [GA] (#28252)
Co-authored-by: Anshul Choudhary <ansh121@github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2022-12-13 06:45:46 +00:00
Barne Kleinen
aeed3057b4 Amend on.workflow_call.secrets, fixes #22602 (#22603)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-12-13 05:35:07 +00:00
Deepak Dahiya
d2d8b42e07 Added "Force deleting cache entries" section (#33283)
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
2022-12-10 00:12:52 +00:00
Mark Iannucci
b110dac84d Add link to context availability for workflow .if key syntax (#22437)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-12-06 05:57:20 +00:00
Matt Pollard
660424ce23 Update release note and documentation for reusable workflows in GitHub AE 3.4 (#33229) 2022-12-05 17:34:09 +01:00
Tyler Goffinet
68dad52f10 Add strategy to keywords for jobs that call workflows (#21768)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-11-16 15:52:42 +10:00
Sampark Sharma
956918468f Update docs related to actions cache (#30916)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
2022-11-15 00:42:34 +00:00
Martin Lopes
c0ea72f4dc Switch example.lab to example.com (#32500)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2022-11-10 18:55:20 +00:00