1
0
mirror of synced 2025-12-26 14:02:45 -05:00
Commit Graph

111 Commits

Author SHA1 Message Date
José De Freitas
c85c9c4ec6 Add dots after words (#2951) 2021-01-22 16:24:00 -08: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
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
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
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
Logan Kilpatrick
8a4007dfd0 Update workflow-syntax-for-github-actions.md (#2353) 2021-01-18 15:34:59 +10:00
Simran
ad5c362c63 Actions: env context cannot be used in job.<job_id>.if (#1803) 2021-01-14 12:32:17 -08:00
Konrad Pabjan
fa187a7c03 Document notifications for scheduled workflows (#17155) 2021-01-14 13:24:16 +01:00
Shati Patel
5d9714a28d Merge branch 'main' into repo-sync 2021-01-14 08:22:42 +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
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
Martin Lopes
1befb88ca4 Added note from tech review 2021-01-08 17:45:10 +10:00
Martin Lopes
f69adb8c52 Update content/actions/reference/workflow-syntax-for-github-actions.md 2021-01-08 12:19:41 +10:00
Martin Lopes
3e733b3422 Merge branch 'main' into al-cheb/windows-default-shell 2021-01-08 10:00:10 +10:00
Tom Schuster
462990183e Fix filter pattern cheat sheet examples (#1994)
* Fix filter pattern cheat sheet examples

* Add additional line break between patterns

Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-01-04 16:45:47 -08:00
Tom Schuster
c644fa04d6 Fix invalid syntax for pull_request_target example (#1890)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-01-04 16:22:54 -08:00
Martin Lopes
41fc08fc28 Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-01-04 13:18:47 +10:00
Martin Lopes
83e72a6819 Added a note about debugging, added intro text. 2021-01-04 12:13:29 +10:00
Martin Lopes
1aa947498f Merge branch 'main' into patch-1 2021-01-04 11:29:05 +10:00
Martin Lopes
dcdca19acd Merge branch 'main' into patch-1 2020-12-22 15:56:20 +10:00
Martin Lopes
d2ecad0db5 Merge branch 'main' into al-cheb/windows-default-shell 2020-12-22 14:24:20 +10:00
Jaroslav Lobačevski
31e9e4cf81 Update events-that-trigger-workflows.md (#17013)
Co-authored-by: skedwards88 <skedwards88@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-18 16:24:46 +00:00
Martin Lopes
16eae7e18a Merge branch 'main' into al-cheb/windows-default-shell 2020-12-18 09:51:49 +10:00
Martin Lopes
5df8a065c0 Merge branch 'main' into al-cheb/windows-default-shell 2020-12-16 16:21:01 +10:00
Ashok314
e32c1a33ff Merge branch 'main' into main 2020-12-16 15:05:30 +09:00
Simran
25284f5f6d Actions: Indicate that .steps is an array of objects (#1385) 2020-12-16 15:35:46 +10:00
jmarlena
918c43c918 Merge branch 'main' into main 2020-12-15 16:28:26 -08:00
Sarah Edwards
af94bd9955 [December 15, 2020] Actions: Environments, environment protection rules (manual approvals and wait timers), and environment secrets in workflows (#16489)
Co-authored-by: Josh Gross <joshmgross@github.com>
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
Co-authored-by: John Bohannon <imjohnbo@github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-15 16:38:45 +00:00
Jaroslav Lobačevski
470f379af1 Update events-that-trigger-workflows.md (#16856)
Co-authored-by: Chris Patterson <chrispat@github.com>
Co-authored-by: Ross Brodbeck <hross@users.noreply.github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2020-12-15 08:15:25 -08:00
Lucas Costi
d7ccef709b Fix GITHUB_{HEAD|BASE}_REF env var descriptions (#1955) 2020-12-15 16:46:30 +10:00
Martin Lopes
d64a937a9e Merge branch 'main' into al-cheb/windows-default-shell 2020-12-15 16:39:18 +10:00
Martin Lopes
e333c2a566 Merge branch 'main' into patch-1 2020-12-15 13:10:21 +10:00
Balazs Gyurak
6da68ce3e1 Fix GITHUB.SHA and GITHUB.REF for repository_dispatch (#1493) 2020-12-14 16:31:55 +10:00
Martin Lopes
e499570617 Merge branch 'main' into patch-1 2020-12-14 15:38:31 +10:00
Lucas Costi
470e3da231 Add default branch note to workflow_run event (#2062) 2020-12-14 15:37:53 +10:00
Rémy Léone
cecda2a163 Add needs: syntax example using always() condition (#1307)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-12-14 15:09:33 +10:00
Ashok314
480c557af8 Update wrong Issue_comment link
Link redirecting to the different page was fixed to the correct one.
2020-12-12 20:34:26 +09:00
ylemkimon
a8cab926e1 Update content/actions/reference/events-that-trigger-workflows.md
Co-authored-by: Martin Lopes <54248166+martin389@users.noreply.github.com>
2020-12-04 15:43:47 +09:00
Martin Lopes
3afeb935e7 Merge branch 'main' into patch-1 2020-12-04 15:14:38 +10:00
Sorin Sbarnea
98f44128a6 Update PATH prepending with practical example
This should save others time as I doubt anyone wanted to added the foo bar example but most wanted to add a folder which is in user home directory, and the ~ expansion does not work in this case. Also this happens to be by far the most likely PATH anyone would want to add.

In fact many would wonder why is not already in the default list.
2020-12-03 17:30:00 +00:00
Shati Patel
6fbdd1d78e Merge branch 'main' into al-cheb/windows-default-shell 2020-12-02 17:30:08 +00:00
Shati Patel
ed3cd08e95 Merge branch 'main' into repo-sync 2020-12-02 16:50:15 +00:00
Shati Patel
df69a9ed2d Merge branch 'main' into patch-1 2020-12-02 16:16:50 +00:00
Octomerger Bot
87fb2ceae2 repo sync (#16715)
* Improve documentation issue no #1034

Done with the minor fixes for open issue number #1034 .

* Increasing the importance

I wanted to delete a branch, but I couldn't in spite of reading this document. The problem was, the branch I wanted to delete was the default branch. 
Even though it is stated in this document, it was not given enough importance that everyone would see it.

* typo

A small type in the comments

* Update setting-up-your-development-environment-to-create-a-github-app.md

Fix two small typos.

* properly capitalize "macOS"

* Clarify GH password requirements

* Change " to `

As done in the description of `master`

* " to ` in DE

* " to ` in PT

* " to ` in RU

* Fix typo metadata-syntax-for-github-actions.md

Fix typo for metadata-syntax-for-github-actions#outputs-for-composite-run-steps-actions

* chore: Remove bolding from headings

* Removed deprecated echo set-env instruction

* fix typo (#1516)

Co-authored-by: hubwriter <hubwriter@github.com>

* Remove extraneous grammar period which breaks the compare URL (#1252)

* Remove extraneous grammar period which breaks the compare URL

* Update data/reusables/repositories/two-dot-diff-comparison-example-urls.md

Co-authored-by: Nick Schonning <nschonni@gmail.com>

Co-authored-by: Nick Schonning <nschonni@gmail.com>
Co-authored-by: hubwriter <hubwriter@github.com>

* Revert "" to ` in RU"

This reverts commit d484fd6ef5.

* Revert "" to ` in PT"

This reverts commit fab62f05be.

* Revert "" to ` in DE"

This reverts commit 78abcd6f7a.

* Change md

This squashes all the translation commits and their deletion.

* Update content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md

Co-authored-by: Felicity Chapman <felicitymay@github.com>

Co-authored-by: Atharva Shirdhankar <72031540+StarTrooper08@users.noreply.github.com>
Co-authored-by: Aakarsh B <aakarshbiju@gmail.com>
Co-authored-by: Aritra Roy Gosthipaty <aritra.born2fly@gmail.com>
Co-authored-by: Guilherme Macedo <guilherme@gmacedo.com>
Co-authored-by: Stephen Wade <stephen@stephenwade.me>
Co-authored-by: Shao Yang Hong <hongsy2006@gmail.com>
Co-authored-by: a2br <62328077+a2br@users.noreply.github.com>
Co-authored-by: Cas van Dinter <casvd@hotmail.com>
Co-authored-by: Nick Schonning <nschonni@gmail.com>
Co-authored-by: Antoine Rondelet <rondelet.antoine@gmail.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
Co-authored-by: Meg Bird <megbird@github.com>
Co-authored-by: ねず <39144575+wonda-tea-coffee@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Ilia <ilia@wearebond.com>
Co-authored-by: a2br <a2br@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
2020-12-02 16:03:35 +00:00
Shati Patel
153c2bce10 Merge branch 'main' into bold-headers 2020-12-02 13:59:23 +00:00
Shati Patel
43d0e7fe26 Merge branch 'main' into main 2020-12-02 13:12:34 +00:00