1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Commit Graph

72 Commits

Author SHA1 Message Date
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
Sophie
73aad78f9e Merge branch 'main' into workflow-boolean-input-example 2022-03-08 10:46:52 +01:00
Josh Johanning
6143d55e05 adding env to container 2022-03-07 13:01:11 -06:00
Jonathan Tamsut
d04e4046ae bump version for upload-artifact and download-artifact code snippets (#25782) 2022-03-04 10:17:09 +10:00
Thomas Evans
a4a6613935 Update Workflow Input examples to include boolean 2022-03-03 14:26:47 -05:00
Sarah Edwards
5ef12e6570 Merge branch 'main' into action_status-context 2022-03-02 16:25:31 -08:00
Vanessa
d1c7679836 Merge branch 'main' into patch-2 2022-03-02 12:09:45 +10:00
Octomerger Bot
6254af46ee Merge branch 'main' into repo-sync 2022-03-01 02:04:03 -08:00
Antoine Méausoone
2b5dab3f7b docs: fix whitespace templating issue in github table 2022-02-28 09:27:29 +01:00
Sophie
c9258a8498 Merge branch 'main' into sophie-5758 2022-02-25 16:01:19 +01:00
Sophie
50c0b2d0b0 Removed duplicate actions reusable folder 2022-02-25 15:51:14 +01:00
Edward Thomson
382a299277 actions: update version support for context.run_attempt (#25651)
Co-authored-by: hubwriter <hubwriter@github.com>
2022-02-25 10:38:18 +00:00
Uncle Jake
9d5c471b3f Add vertical bars("|") to the missing points
It is better to add vertical bars("|") although it doesn't affect to view
2022-02-25 17:47:31 +09:00
Vanessa
4b8b75e337 GitHub Enterprise Server 3.4 release candidate (#24754)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Vanessa <vgrl@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Lars Schneider <larsxschneider@github.com>
Co-authored-by: Jared Murrell <primetheus@github.com>
Co-authored-by: Jules Parker <19994093+jules-p@users.noreply.github.com>
Co-authored-by: Docubot <67483024+docubot@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Sarita Iyer <saritai@github.com>
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Steve Guntrip <stevecat@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Lars Schneider <larsxschneider@github.com>
Co-authored-by: Jared Murrell <primetheus@github.com>
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com>
Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
2022-02-15 13:40:37 -05:00
Mike Carey
e103e625cf Rewords the description 2022-02-15 11:37:17 -06:00