* 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>
* 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
- 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.
* 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>
* 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>
* 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>
* 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>