1
0
mirror of synced 2025-12-31 15:04:15 -05:00
Commit Graph

86 Commits

Author SHA1 Message Date
Laura Coursen
ed18f98d12 Make tables accessible in the Actions focus area (#35481) 2023-03-20 08:51:14 -05:00
Lucas Costi
6d33187adc Fix example that showed a number for workflow_dispatch (#24217) 2023-03-06 01:29:24 +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
Hector Alfaro
4cd28fd735 Remove support for miniTocMaxHeadingLevel (#34758) 2023-02-17 16:29:02 +00:00
Peter Bengtsson
b7c7dbf672 Update all internal links (#34787) 2023-02-15 15:16:18 +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
Courtney Wilson
d115a9f807 Merge branch 'main' into patch-1 2023-02-02 13:12:42 -06:00
Sarah Edwards
8bf2afbbc5 modify wording 2023-02-02 09:24:22 -08:00
Kirill Müller
339e82bd6e Trivial: fix alphabetic order for github context (#23542)
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
2023-01-31 17:14:16 +00:00
Krzysztof Pawlicki
649b1ce85f Update contexts.md
Updated inputs context description with missing type `choice` information and provided more precise information about standard properties with the link to workflow dispatch event trigger for reference.
2023-01-26 10:32:15 +01:00
Lala Sabathil
b0985ac191 chore: Use same type in contexts example (#23222) 2023-01-23 16:09:24 +10:00
Pantelis
b1532bc7aa adding github.action_path example (#33994)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2023-01-18 05:38:19 +00:00
Joe Clark
83bdd63b1d Add documentation for new OIDC claims, default variables, and contexts (#33719)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2023-01-11 01:01:25 +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
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
Prashanth Rajaram
abf80f17fb chore(docs): Update composite action secret access
Add access note about secrets for composite actions
Fixes #12705
2022-10-24 18:03:51 -07:00
Francesco Renzi
ad70a7012f Remove references to stdout commands (#31674)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-10-17 01:09:57 +00:00
Rob Bos
7ea7006be4 Update contexts.md for GitHub Actions and input variables (#20138)
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
2022-10-14 02:22:21 +00:00
Lucas Costi
cf67d12126 Merge branch 'main' into patch-2 2022-10-04 13:34:00 +10:00
Lucas Costi
580fcc8012 Merge branch 'main' into codewithdev-changes 2022-09-28 08:49:29 +10:00
Jess Hosman
0d3329a1b1 Add ghae version 2022-09-27 16:47:48 -06:00
Jess Hosman
3b49aeff02 Add versioning and minor change to description text 2022-09-27 16:21:10 -06:00
Lucas Costi
9c8e396b7e Add GitHub Actions run-name feature (#30993)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-09-26 14:40:54 -07:00
Nawed Ali
04667f015b Clarify needs context (#20796) 2022-09-25 23:55:59 +00:00
Sarah Schneider
b7f48ea2c1 Support GHAE internal-only semantic versioning (#29178)
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-09-22 08:26:58 +02:00
Linda_pp
6169e17084 Fix type of strategy context's properties (#20690) 2022-09-20 04:29:25 +00:00
Dev Prakash Sharma
f9a5adcbad Added description for github.secret_source 2022-09-20 01:55:45 +05:30
Christoph Muellner
3496ee1109 Update type of github.ref_protected 2022-09-07 15:16:42 +02:00
Lucas Costi
3ad37039b7 Add quotes to jobs context, fix json code block language (#20362) 2022-09-05 03:44:10 +00:00
Lucas Costi
3527c50888 Add information on jobs context for reusable workflows (#19979)
Co-authored-by: hubwriter <hubwriter@github.com>
2022-08-25 11:08:09 +10:00
Sophie
502f6d9318 Merge branch 'main' into sophietheking-7094 2022-08-22 14:53:18 +02:00
Lucas Costi
21332fc750 Clarify github.sha context description (#19975) 2022-08-19 09:56:04 +10:00
Sophie
bf49600e53 Update content/actions/learn-github-actions/contexts.md
Co-authored-by: Ajay <40024974+ajaykn@users.noreply.github.com>
2022-08-17 14:58:17 +02:00
Sophie
fce105b494 updates context availability 2022-08-17 14:22:13 +02:00
Justin Grote
4cbd2f506e Add description for runner debug context and envar (#19404)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-08-17 07:01:47 +00:00
Sarah Edwards
012525e673 Document triggering_actor (#28988) 2022-07-26 22:54:58 +00:00
Hector Alfaro
95e6f3d3ab Deprecate GHES 3.1 (#28798)
* add 3.1 to deprecated versions

* rewrite img src to use azure blob storage in archive script

Co-authored-by: rachmari <rachmari@users.noreply.github.com>

* remove static files for ghes 3.1

* remove liquid conditionals and content for ghes 3.1

* remove outdated hardware reqs reusable

* Fix liquid conditional uncaught by script

* Close liquid conditionals missed by script

* Apply @mattpollard's suggestions

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

Co-authored-by: rachmari <rachmari@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-07-11 21:17:09 +00:00
Ajaykn-mac
5cfa0a054e update context availability for unified inputs context 2022-06-30 21:34:03 +05:30
Edward Thomson
16650c6829 Update description of GITHUB_REF (#26776)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-06-14 06:49:15 +00:00
Felicity Chapman
326fee281c Fix old-style conditions, update README (#28385) 2022-06-10 10:02:31 +01:00
Sarah Edwards
e7a6d023ce Unified inputs context (#27254) 2022-06-10 06:46:01 +00:00
Sarah Schneider
f44578572c Ran script/content-migrations/convert-if-to-ifversion.js 2022-06-06 18:13:12 -04:00
Scott Rohde
728d3668bc Clarify requirements on property names when using property dereference syntax. 2022-05-27 15:42:20 -05:00
Anthony
142705b5f5 Adds note on availability for the github.job and github.token context properties (#27948)
Include note for `github.job` and `github.token`

Co-authored-by: hubwriter <hubwriter@github.com>
2022-05-25 11:36:29 +00:00
Sarah Edwards
ed4bcb96a0 Add more examples about actions matrixes (#26890)
Co-authored-by: Jacob Wallraff <thyeggman@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-04-26 17:43:08 +00:00
Ross Williams
50930ff31c Specify return value for undefined properties in workflow contexts (#17089) 2022-04-22 19:47:03 +01:00
Lucas Costi
b49c768777 Version actions for GHES, use reusables (#26004)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2022-04-01 09:36:17 +10:00
Sarah Edwards
83d8d82b09 Merge branch 'main' into joshjohanning-update-container-contexts 2022-03-11 14:46:37 -08:00
Ramya Parimi
6ce27f4082 Merge branch 'main' into workflow-boolean-input-example 2022-03-10 13:57:11 -06:00
Ramya Parimi
8baa02f0bf Merge branch 'main' into action_status-context 2022-03-08 11:01:38 -06:00