1
0
mirror of synced 2026-01-08 03:01:54 -05:00
Commit Graph

238 Commits

Author SHA1 Message Date
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
Nikola Jokic
e34b844050 Change docs around -eo pipefail when shell is not specified 2022-07-05 10:26:21 +02:00
Courtney Wilson
ac3dda9667 Merge branch 'main' into patch-2 2022-06-30 15:58:58 -05:00
Courtney Wilson
b953d178ed Merge branch 'main' into patch-12 2022-06-30 15:27:02 -05:00
joaquin
d30f952455 Delete extra 'or' on sentence 2022-06-29 23:32:58 -04:00
skedwards88
08b6a9027b incorporate suggestions from code review 2022-06-28 14:37:56 -07:00
Martin Lopes
3f2ceb5cde Update Actions documentation for SSH authentication with deploy key (#28773) 2022-06-28 16:31:40 +10:00
Sophie
b62c2411f8 Merge branch 'main' into lucascosti/cache-list-delete-apis 2022-06-27 15:21:21 +02:00
Sam Partington
1620a0b319 Add "Building and testing Go" (#28564)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-06-22 04:22:57 +00:00
Bishal Das
0ae9bb822a Update events-that-trigger-workflows.md 2022-06-17 19:48:23 +05:30
Scott Rohde
cedaaedb04 Remove redundant notes (#18425)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
2022-06-17 16:21:16 +10:00
Lucas Costi
9351ea3f73 Add mention of new list+delete cache API 2022-06-17 13:45:01 +10: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
Christina Guo
32d4408791 Rerunning workflows with reusable workflows (#28197) 2022-06-09 08:36:27 +10:00
Sarah Schneider
f44578572c Ran script/content-migrations/convert-if-to-ifversion.js 2022-06-06 18:13:12 -04:00
Ajay
5ffb9e4ca9 [Actions - Reusable workflows] Fix secrets inherit path (#28093) 2022-05-30 17:26:22 +10:00
Linda_pp
059d9f0b78 Fix document of on.workflow_call.secrets.inherit (#17929) 2022-05-30 00:47:00 +00:00
Stanislav German-Evtushenko
843b8cee82 Fix expression in caching doc (#18243) 2022-05-30 00:09:57 +00:00
Antoine Méausoone
4f13a8cc24 docs(workflow): add concurrency keyword as supports by reusable workflow 2022-05-19 09:10:07 +02:00
Steve Ward
de16669096 Merge branch 'main' into patch-2 2022-05-18 15:55:04 -04:00
Matt Pollard
52f7aaf271 GitHub AE May 2022 update (#27179) 2022-05-17 16:59:26 +02:00
Jan Gutsche
1a940e54bd Add poetry to caching dependencies package managers
The addition of `poetry` can be seen in: https://github.com/actions/setup-python#caching-packages-dependencies
2022-05-17 15:11:45 +02:00
Emma Makinson
4809eadd1e Fixes broken link (#27713)
* Fix broken links
2022-05-16 14:46:17 +00:00
Kurt von Laven
7d66b76679 Note major versions are not automatically tagged
The previous wording can be misinterpreted to suggest that GitHub
Actions itself automatically tags major versions.

Also, remove assurance that pinning the major version protects your
workflow from breaking. This is only true if the action you depends on
never introduces any bugs that affect you. In other words, it's false in
practice.
2022-05-11 19:49:11 -04:00
Jenni Christensen
0086470a55 Merge branch 'main' into anthms/fix-actions-link-anchor 2022-05-10 12:10:29 -07:00
Matt Pollard
dedbaa7831 GitHub Enterprise Server 3.5 release candidate (#26792) 2022-05-10 18:30:14 +02:00
Konrad Pabjan
b312c93a9b [Actions] Document Job Summaries (#25661)
* Initial updates for job summaries

* Optimize images

* Add image for basic mardkown summary example

* Optimize images

* Add feature flag versioning

* First docs team edit

* Rework content after powershell update to article:

* Add powershell examples
* Add 'Example' headings like previous sections
* Other misc bug fixes in the article.

* Update documented limit from 128K to 1MiB per step

* Rename Markdown summaries to Job summaries in all places

* Remove capitalization on 'Job'

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2022-05-09 17:02:25 +01:00
Martin Lopes
5dd92d04aa Reusable workflows: Inherit secrets (#27276) 2022-05-03 15:15:40 +10:00
Martin Lopes
17b34e16cd Revert "actions-inherit-secrets-reusable-workflows 2022-04-27 17:11:58 +10:00
Martin Lopes
75e99902d8 Merge branch 'main' into nick/inhert_secrets 2022-04-27 13:25:37 +10:00
Martin Lopes
91068c157b Added versioning for bullet point 2022-04-27 13:17:00 +10:00
Nicholas Bergesen
32287cd6aa Code review updated 2022-04-27 00:28:08 +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
Nicholas Bergesen
8ec17c1b01 Update content/actions/using-workflows/workflow-syntax-for-github-actions.md
Co-authored-by: Martin Lopes <martin389@github.com>
2022-04-26 16:24:11 +09:00
Nicholas Bergesen
08560e357d Update content/actions/using-workflows/reusing-workflows.md
Co-authored-by: Martin Lopes <martin389@github.com>
2022-04-26 16:23:42 +09:00
Nicholas Bergesen
3e2e706267 Update content/actions/using-workflows/reusing-workflows.md
Co-authored-by: yujincat <55138573+yujincat@users.noreply.github.com>
2022-04-26 13:21:19 +09:00
Nicholas Bergesen
965c28d292 Update content/actions/using-workflows/workflow-syntax-for-github-actions.md
Co-authored-by: yujincat <55138573+yujincat@users.noreply.github.com>
2022-04-26 13:10:32 +09:00
Martin Lopes
765f914f40 Merge branch 'main' into nick/inhert_secrets 2022-04-26 12:08:52 +10:00
Nicholas Bergesen
0c116d8595 Merge branch 'nick/inhert_secrets' of https://github.com/nicholasbergesen/docs into nick/inhert_secrets 2022-04-26 00:29:31 +00:00
Nicholas Bergesen
fcbd827a90 Update inherit example 2022-04-26 00:27:19 +00:00
Nicholas Bergesen
0f88ca315a Update content/actions/using-workflows/workflow-syntax-for-github-actions.md
Co-authored-by: yujincat <55138573+yujincat@users.noreply.github.com>
2022-04-26 09:19:09 +09:00
Nicholas Bergesen
bbfbebda82 Add inherit secret update to docs. 2022-04-25 03:11:34 +00:00
Sebastian Ricaldoni
9f3515bb82 Missing 'on' 2022-04-23 18:58:28 -03:00
Nicolas Lagoutte
3925167e3a Fix incorrect link (#17267) 2022-04-22 16:40:17 +00:00
Lucas Costi
c126eed09c Add "About workflows" article (#26520) 2022-04-22 07:09:59 +00:00
Koji Hasegawa
7191f6a5d1 Clarify reusable workflow step (#16963)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-04-20 22:46:06 +00:00
mc
effd62fcc9 Merge branch 'main' into patch-2 2022-04-08 08:52:44 +01:00
Lucas Costi
ecf2bfe0cf Clarify restore-keys description (#16922)
Co-authored-by: Vanessa <vgrl@github.com>
2022-04-08 06:36:45 +00:00
Antonio
913dfcbd39 docs: added a note about the limitation for the event_type value of the repository_dispatch event (#16410) 2022-04-04 07:07:09 +00:00