1
0
mirror of synced 2026-01-07 09:01:31 -05:00
Commit Graph

292 Commits

Author SHA1 Message Date
Jonathan Leitschuh
f029f19135 Update caching suggestions for Gradle Builds (#2899)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-01-27 13:12:55 +10:00
Juan Julián Merelo Guervós
1c06a5087f Add an example that helps use custom commands as "shell" (#2647)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-01-25 12:56:56 -08:00
Sarah Edwards
97dfb498f0 Correct routing logic for self-hosted runners (#17418)
Co-authored-by: Martin Lopes <martin389@github.com>
2021-01-25 16:52:28 +00:00
mc
ab6f32cfa9 Merge branch 'main' into 3656-partner-guides 2021-01-23 09:06:55 +00:00
José De Freitas
c85c9c4ec6 Add dots after words (#2951) 2021-01-22 16:24:00 -08:00
theirix
b8394fd891 Fix workflow syntax (#2645) 2021-01-22 16:08:02 -08:00
mc
57048a32c5 Update content/actions/guides/building-and-testing-net.md
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
2021-01-22 19:29:52 +00:00
mchammer01
d0eb386a4b update marketplace link 2021-01-22 13:34:39 +00:00
Alena Sviridenko
2c52ea7014 Update note for macOS 11.0 runner accessibility (#17408)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-01-22 08:07:08 +00:00
Sarah Edwards
d9f0360cd5 [Do not merge until feature ship] Full length SHAs required for actions (#17293)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-01-21 18:49:17 +00:00
Shati Patel
53f13afe18 Merge branch 'main' into patch-1 2021-01-21 10:50:06 +00:00
mchammer01
979686d7d1 add new section to LearningTracks 2021-01-21 10:46:20 +00:00
Odín del Río
fc79ca07cb Updated gradle cache example (#2900)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-01-21 16:47:58 +10:00
Michael Freidgeim
ffe3da2392 Added if conditional environment variable example (#2485)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
2021-01-21 16:03:43 +10:00
Cynthia Rich
6c3788cde0 Add code block copy button to more actions guides code blocks (#16213)
* add copy to code blocks in about service containers

* add copy to code blocks in java with ant guide

* add copy to code blocks in actions guides

* Update content/actions/guides/about-service-containers.md

Co-authored-by: Jason Etcovitch <jasonetco@github.com>

* {:code} should be {:copy}

* add copy button in reusable

Co-authored-by: Jason Etcovitch <jasonetco@github.com>
2021-01-20 14:31:07 -05:00
Cynthia Rich
0a2c19fb96 Manually update landing pages (#17312)
* add new discussions video

* add changelog posts for actions and packages

* remove unused getting started from yaml

* update popular actions articles

* update popular packages pages

* Fix changelog post date
2021-01-20 12:03:47 -05:00
Martin Lopes
831e440bea Update content/actions/creating-actions/creating-a-docker-container-action.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-01-20 15:43:25 +10:00
Martin Lopes
a0e3146b17 Added updates from peer review 2021-01-20 13:31:13 +10:00
Martin Lopes
f250954fda Added versioning for relative link 2021-01-20 10:19:43 +10:00
Martin Lopes
e98cfc914a Merge branch 'main' into avinal-improve-docs 2021-01-20 10:16:54 +10:00
Sarah Edwards
9444c7bd67 Document how fromJSON can return a JSON data type (#17285)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-01-19 17:17:13 +00:00
Avinal Kumar
58c63b1626 Update content/actions/creating-actions/creating-a-docker-container-action.md
Co-authored-by: Martin Lopes <martin389@github.com>
2021-01-19 12:44:11 +05:30
Avinal Kumar
d1ef194548 Update content/actions/creating-actions/creating-a-docker-container-action.md
Co-authored-by: Martin Lopes <martin389@github.com>
2021-01-19 12:43:56 +05:30
Avinal Kumar
c3dcc2056a Improve docs to be more explanatory
- Added `{:copy}` snippet to all code blocks. 
- Added a few descriptions about public and private actions
- Changed the order of commands and added a description.
2021-01-19 10:06:38 +05:30
Vanessa Yuen
7ec73b3576 Merge branch 'main' into repo-sync 2021-01-18 18:20:23 +01:00
Vanessa Yuen
b46da8dfc7 Sublanding page all guides section (#16869)
* get link liquid tag to accept variables as param

* new liquid tag `link_as_article_card`

* refactor link liquid tag slightly so we can control what props get rendered

* generalize filterCodeExample to use in all guides section

* pass in `js-filter-card-max` instead of hardcode max

* tweaks and add `data` to CSP for images

* add liquid tag tests

* add some browser tests for card filters

* we still need to rely on `getPathWithLanguage` for hrefs that already have the language code embedded


Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
2021-01-18 12:23:23 +00:00
Nick Schonning
d9167f1449 chore: Add missing code fence languages (#772)
* chore: Add missing code fence languages

* Update content/actions/creating-actions/dockerfile-support-for-github-actions.md

* Add raw & endraw markers around shell content

See review comment by @rachmari

* Add raw & endraw markers around shell content

See review comment by @rachmari

* Remove language from code fences

to avoid the problem of replaceable text indicates like
<this> not showing up in the output page.

Co-authored-by: hubwriter <hubwriter@github.com>
2021-01-18 12:04:46 +00:00
Simran
9a07d5a491 Actions: Various fixes for migration pages (#2093) 2021-01-18 17:19:38 +10:00
Logan Kilpatrick
8a4007dfd0 Update workflow-syntax-for-github-actions.md (#2353) 2021-01-18 15:34:59 +10:00
DJ Adams
251d79c39c Include 'shell command' as a possible step task (#2211)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-01-18 15:02:46 +10:00
HebaruSan
ff13c94af7 Fix workflow_dispatch permissions statement (#2179) 2021-01-18 10:56:55 +10:00
Patrick Huber
696e9f4117 Update building-and-testing-net.md
Missing a '$'. Build will fail with `The workflow is not valid. .github/workflows/pipeline.yml (Line: 16, Col: 25): A mapping was not expected`
2021-01-15 23:12:18 -05:00
Rachael Sewell
d8892b6bbf Ahdbilal actions lang dotnet (#15896)
* Adding language guide for dotnet

* update structure and titles

* migrate content tags

* update frontmatter

* update versioning scheme

* update title name

* Added some edits to draft

* Fixed link

* Fixed link

* Versioned cache content for dotcom

Co-authored-by: Ahmed Bilal <ahbilal@microsoft.com>
Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
2021-01-15 03:39:58 +00:00
Simran
ad5c362c63 Actions: env context cannot be used in job.<job_id>.if (#1803) 2021-01-14 12:32:17 -08:00
Octomerger Bot
1327e679ea Branch was updated using the 'autoupdate branch' Actions workflow. 2021-01-14 22:24:58 +10:00
Konrad Pabjan
fa187a7c03 Document notifications for scheduled workflows (#17155) 2021-01-14 13:24:16 +01:00
Shati Patel
66caad8b4f Merge branch 'main' into docs/actions/guides/building-and-testing-nodejs 2021-01-14 09:17:07 +00:00
shati-patel
8c463ee57f Change "install" to "ci" (from template) 2021-01-14 09:15:35 +00:00
shati-patel
9aebacd787 Remove old "env" syntax and update example 2021-01-14 09:09:37 +00:00
Shati Patel
5d9714a28d Merge branch 'main' into repo-sync 2021-01-14 08:22:42 +00:00
Shati Patel
921a54ff90 Merge branch 'main' into patch-1 2021-01-14 08:14:43 +00:00
Lucas Costi
b22687a0c4 Update Actions runner IP address section (#17197)
Co-authored-by: Martin Lopes <martin389@github.com>
2021-01-14 06:01:01 +00:00
Martin Lopes
2bb5fb7e14 Merge branch 'main' into patch-1 2021-01-14 15:41:15 +10:00
Martin Lopes
b1a2184fb1 Explain when to use default variables in a context and an environment (#16650)
* Added "Determining which type of environment variables to use"

* Moved into reusable, added to various locations

* Added some small edits

* Some rewording

* Revised example

* Removed reusable reference from one location

* Update context-and-expression-syntax-for-github-actions.md

* Fixed merge conflict

* Update environment-variables.md

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Update using-context-or-environment-variables.md

* Clarified locations of context variables

* Clarified the distinction between contexts and default environment variables

* Moved section up

* Clarified that _most_ contexts can be used anywhere

Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-01-14 14:58:31 +10:00
Melanie Yarbrough
c2336bb11e [DO NOT MERGE] GitHub Enterprise Server 3.0 release candidate megabranch (#16479) 2021-01-13 19:16:05 -08:00
Glenn
66c0632da7 Update building-and-testing-nodejs.md
Adding updates due to template changes. 

The github action is now including 10-15, which is 4 versions following the LTS release schedule
2021-01-13 09:31:34 -05:00
Shati Patel
ad5bfc5f24 Merge branch 'main' into docs/actions/guides/building-and-testing-nodejs 2021-01-13 10:23:29 +00:00
Shati Patel
d6311fbc32 Merge branch 'main' into patch-1 2021-01-13 10:00:05 +00:00
Martin Lopes
fd26bf7e7d Update environment-variables.md 2021-01-13 10:12:02 +10:00
Martin Lopes
ca5e74934a Merge branch 'main' into patch-1 2021-01-12 12:35:37 +10:00