1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Commit Graph

935 Commits

Author SHA1 Message Date
Ramya Parimi
41d30aac6a Merge branch 'main' into patch-2 2022-01-14 07:26:36 -06:00
Frederik Wallner
e96515b17d Use a tag to refer to setup-swift action version (#12680) 2022-01-14 06:21:08 +00:00
Daz DeBoer
7f7acb450b Use gradle-build-action for Gradle builds (#11851)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-01-14 05:27:45 +00:00
Sarah Edwards
abb2c01e43 Update events that trigger workflows docs (#23954)
Co-authored-by: Jacob Wallraff <thyeggman@github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
2022-01-13 15:12:16 -08:00
Mark Adamson
f8d0cdc51d Fix another typo 2022-01-13 22:36:05 +00:00
Mark Adamson
f745799fa2 Fix typo 'was' vs. 'has' 2022-01-13 22:20:17 +00:00
Ramya Parimi
215d8dc537 Merge branch 'main' into patch-3 2022-01-13 07:03:31 -06:00
Christopher Schleiden
99ca5b074e Merge branch 'main' into cschleiden/typed-inputs 2022-01-11 14:36:10 -08:00
Christopher Schleiden
7cbcc0e8c4 Correctly show Actions typed inputs example
This moves the {% raw %} conditional so that the `ifversion` conditional is correctly evaluated.
2022-01-11 14:33:43 -08:00
Peter Bengtsson
8e25d1e40d remove all uses of include tool-switcher (part 1) (#24220)
* remove all uses of `include tool-switcher`

* two more files
2022-01-11 21:31:12 +00:00
Justin Campbell
d798e89088 Update link text for next page 2022-01-06 14:55:51 -05:00
Vanessa
654bebaacd [GHES 3.4 versioning] Fix for node16 (#23938)
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
2022-01-06 08:41:31 +10:00
Ramya Parimi
59bc345487 Merge branch 'main' into ske-clarify-runs-on 2022-01-05 11:47:25 -06:00
Josh Soref
62587614ae Remove stray space from link 2022-01-04 23:32:04 -05:00
Sarita Iyer
154e33a386 Merge branch 'main' into yaananth-patch-1 2022-01-04 17:01:26 -05:00
Octomerger Bot
40d6221684 Merge branch 'main' into repo-sync 2022-01-04 12:20:53 -06:00
Ferenc Hammerl
1bd90a432c Add documentation for conditional composite steps (runs.steps[*].if) (#12378) 2022-01-04 15:38:19 +00:00
Tingluo Huang
ec48267807 Suggest customers to use actions/checkout@v2 (#23978)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2022-01-04 15:33:05 +00:00
Sarah Edwards
fd4441b4de add backticks
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
2022-01-04 07:28:24 -08:00
Edward Thomson
6dc641ca1c actions: use push as the example for workflow status badges (#23912) 2022-01-04 15:26:38 +00:00
Ariel Deitcher
813436f8be fix broken links (#23960)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2022-01-04 07:16:39 -08:00
Arthur Milchior
a8d29d22a3 Correct "return" in expressions 2022-01-01 10:21:26 +01:00
Sarah Edwards
4e0f66b76f clarify runs-on array 2021-12-29 11:21:36 -08:00
hubwriter
0651660f33 Change "workflow templates" to "starter workflows" (#23823)
Co-authored-by: skedwards88 <skedwards88@github.com>
2021-12-21 18:15:54 +00:00
hubwriter
ec10a1f16a Merge branch 'main' into patch-2 2021-12-20 14:48:42 +00:00
hubwriter
a22a8acbbf Update content/actions/managing-issues-and-pull-requests/adding-labels-to-issues.md
Co-authored-by: Edward Thomson <ethomson@github.com>
2021-12-20 14:48:02 +00:00
Sarah Edwards
ea861e22ad update frontmatter to reflect reorg (#23829) 2021-12-17 17:55:35 +00:00
Sarah Edwards
2bbbea6058 [Do not merge until starter template PRs merge] Add more Azure starter template guides (#22832)
Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com>
Co-authored-by: Tom Gamble <thomasgamble2@gmail.com>
Co-authored-by: Jason Freeberg <jafreebe@microsoft.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Simona Cotin <simona.cotin@microsoft.com>
2021-12-17 08:56:09 -08:00
Sarah Edwards
9978441019 [12-17-2021] Update starter template UI docs (#22966)
Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com>
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
2021-12-17 08:35:23 -08:00
ajaykn
711de2bc18 Enable concurrency for reusable workflows (#23739)
Co-authored-by: hubwriter <hubwriter@github.com>
2021-12-17 09:08:15 +00:00
Peter Bengtsson
97d8746422 cleaning up trailing slash redirects (part 9) (#23781) 2021-12-17 08:27:06 +00:00
Rachael Sewell
daafb8cb9d break up large rest pages (#23652) 2021-12-14 20:39:25 +00:00
Rob Thijssen
0735041978 example for self-hosted runners in the wild (#9015)
* example for self-hosted runners in the wild

there are probably no examples of self-hosted runners whose service name is `actions.runner.octo-org-octo-repo.runner01.service` outside of octo-org.

this change includes a command example that works in the wild.

* fixed more references

* fixed more references

* Update content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

* Update content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

* Update content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

* Update content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

* Update content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

* Update content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

Co-authored-by: hubwriter <hubwriter@github.com>
2021-12-14 09:41:09 +00:00
Ramya Parimi
70047a7630 Merge branch 'main' into patch-2 2021-12-13 06:25:00 -06:00
Ramya Parimi
bb14aa16e8 Merge branch 'main' into patch-2 2021-12-13 06:08:07 -06:00
Ethan Palm
9e0d7de848 Fix redirect orphans (#23555)
* Remove self referential redirects

* remove redirect that should be visible

* Delete outdated article

* Readd redirect for deleted article

* Remove deleted article from index

* remove translations
2021-12-10 15:51:04 -08:00
Hrishikesh Kadam
dd2f6f1c1f Update metadata-syntax-for-github-actions.md
Edit hyperlink in step - `runs.steps[*].shell`
2021-12-10 21:41:41 +05:30
Feanil Patel
51d8e22040 Update small grammer error in understanding-github-actions.md 2021-12-10 10:30:41 -05:00
Yashwanth Anantharaju
638709b6b8 Update content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
2021-12-09 17:48:12 -05:00
Yashwanth Anantharaju
6c9a92fc5e Update content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
2021-12-09 16:08:19 -05:00
Yashwanth Anantharaju
99797a087a Update content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
2021-12-09 15:59:38 -05:00
Yashwanth Anantharaju
6a96c80a02 add suggestion
Co-authored-by: Edward Thomson <ethomson@github.com>
2021-12-08 15:25:41 -05:00
Ramya Parimi
d8e5e72ce6 Merge branch 'main' into patch-2 2021-12-08 13:58:43 -06:00
Yashwanth Anantharaju
d86cfc45de remove ordering 2021-12-08 10:56:28 -05:00
Martin Lopes
a1a27e2764 Removed superfluous redirect (#23472) 2021-12-08 02:26:16 +00:00
Myles Borins
3aad784b35 doc: update docs for publishing to npm + gpr (#12553)
Co-authored-by: Edward Thomson <ethomson@github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-12-08 01:00:47 +00:00
Matt Pollard
b3e1ff4e89 Update documentation for GitHub AE's December 2021 release (#23405) 2021-12-07 10:36:37 +01:00
Winnie Li
20c24e6e6c added note about rounding behavior (#23000) 2021-12-06 14:00:52 +00:00
Matt Pollard
75d8f0e427 Fix future broken link and versioning syntax for GitHub AE (#23347) 2021-12-06 09:01:46 +00:00
Octomerger Bot
269794d3e3 Merge branch 'main' into repo-sync 2021-12-03 13:51:02 -06:00