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

1213 Commits

Author SHA1 Message Date
Chris Patterson
d4bb0351f5 Minor change to IAM Policy example
The ForAllValues operator is used. It should be removed, since it applies only to multi-valued condition keys. In this case, the GH “tokens.action.githubusercontent.com:aud/sub” condition keys only have a single value. This will indicate IAM policy warnings to the customer in AWS’s Access Analyzer service since this is incorrect.
2022-04-26 16:58:00 -04: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
Sebastian Ricaldoni
9f3515bb82 Missing 'on' 2022-04-23 18:58:28 -03:00
Ross Williams
50930ff31c Specify return value for undefined properties in workflow contexts (#17089) 2022-04-22 19:47:03 +01:00
Nicolas Lagoutte
3925167e3a Fix incorrect link (#17267) 2022-04-22 16:40:17 +00:00
Ramya Parimi
9ea55b30fd Merge branch 'main' into patch-2 2022-04-22 09:58:21 -05: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
Laura Coursen
4ee31bf8bc Self-hosted runners upgrade strategy for GHES (#27007) 2022-04-20 15:54:05 +00:00
Dawin Kweon
29cb8df0b6 Merge branch 'main' into patch-2 2022-04-20 23:50:30 +12:00
Edward Thomson
e534711163 Actions: runner auto-updates are GHES 3.5 or better (#26977) 2022-04-19 14:37:36 +00:00
Uncle Jake
a471ee7ad5 Fix wrong component name
- the hashtag doesn't work
- change the component name "job" to "workflow"
2022-04-18 00:02:22 +09:00
Christian Leucht
cb22b9c452 fixes wrong ::set-output name 2022-04-13 16:25:04 +02:00
Sophie
ac4c64b683 Merge branch 'main' into sophie-6156-content 2022-04-13 09:14:13 +02:00
mc
dd2ce56d36 Merge branch 'main' into patch-2 2022-04-12 08:32:46 +01:00
MosJef
43922dd644 Remove --user from service command 2022-04-11 08:01:08 +00:00
KD
3c11a30791 typo
The code uses actions/checkout v3 as opposed to v2
2022-04-08 19:18:03 -04: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
Edward Thomson
8d1b17ab10 Update about-service-containers.md (#26774) 2022-04-08 01:25:55 +00:00
Dawin Kweon
96de0aeefa Merge branch 'main' into patch-2 2022-04-08 09:05:58 +12:00
Laura Coursen
35e1d3a68b Add more links to the GHEC trial (#26587) 2022-04-07 09:48:41 -05:00
Mounil Shah
b588d2ec14 Add warning for write level rights with regards to repo secrets (#15553) 2022-04-06 19:06:47 +00:00
Dawin Kweon
75b79f6083 Merge branch 'main' into patch-2 2022-04-07 06:59:17 +12:00
Nikola Jokic
d2ae09859e Fixing explanation related to the --disableupdate (#16802) 2022-04-06 18:08:32 +00:00
Matt Pollard
30f2b92798 Merge branch 'main' into sophie-6156-content 2022-04-06 13:53:40 +02:00
Vanessa
7e273971d3 Restructure and update enterprise-level audit log articles (#25526)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2022-04-06 13:33:14 +10:00
Alena Sviridenko
e9e9dd1536 [April 1, 2022] Remove Windows 2016 from docs as it will be retired on March, 15 (#20579)
Co-authored-by: skedwards88 <skedwards88@github.com>
2022-04-04 15:51:37 +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
Daz DeBoer
7693a16ad3 Update to v2.1.4 of gradle-build-action (#16392) 2022-04-04 06:11:16 +00:00
Kyle Laker
ef41ed0303 Fix pull_request_target if_merged example
Within the workflow, the event object is still `github.event.pull_request`, so the `merged` key is at `github.event.pull_request.merged`. There _is not_ a `github.event.pull_request_target` object. This is also reflected in the table for this section in "Webhook event payload".
2022-04-01 15:45:22 -04:00
Lucas Costi
b49c768777 Version actions for GHES, use reusables (#26004)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2022-04-01 09:36:17 +10:00
Ramya Parimi
b2c03c7fd7 Merge branch 'main' into patch-2 2022-03-30 11:09:54 -05:00
Octomerger Bot
a8e2a02e80 Merge branch 'main' into repo-sync 2022-03-30 08:52:31 -07:00
Martin Lopes
3fb430a294 [2022-03-30]: Running scripts before or after a job (Public Beta) (#26284)
* Added initial draft

* Update running-scripts-before-or-after-a-job.md

* Update running-scripts-before-or-after-a-job.md

* Update running-scripts-before-or-after-a-job.md

* Update running-scripts-before-or-after-a-job.md

* Made opening sentence a bit clearer

* Update running-scripts-before-or-after-a-job.md

* Update running-scripts-before-or-after-a-job.md

* Moved versioning into feature

* Update running-scripts-before-or-after-a-job.md

* Update running-scripts-before-or-after-a-job.md

* Empty commit for CI

* Empty commit for CI

* Apply suggestions from code review

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

* Update job-hooks-for-runners.yml

* Update running-scripts-before-or-after-a-job.md

* Update running-scripts-before-or-after-a-job.md

* Update running-scripts-before-or-after-a-job.md

* Update running-scripts-before-or-after-a-job.md

* Update running-scripts-before-or-after-a-job.md

* Apply suggestions from code review

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

* Update running-scripts-before-or-after-a-job.md

* Update running-scripts-before-or-after-a-job.md

* Update running-scripts-before-or-after-a-job.md

* Update running-scripts-before-or-after-a-job.md

Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
2022-03-30 15:37:42 +00:00
Ramya Parimi
3668fd9e32 Merge branch 'main' into patch-4 2022-03-30 10:02:36 -05:00
Ramya Parimi
0ecf92f7b6 Merge branch 'main' into patch-2 2022-03-30 09:57:26 -05:00
Ramya Parimi
9e60aad4ec Merge branch 'main' into patch-5 2022-03-30 09:45:16 -05:00
Ramya Parimi
8134bd78c7 Merge branch 'main' into patch-3 2022-03-30 08:59:22 -05:00
Lucas Costi
e8329c4ed1 Add Actions policy for reusable workflows (#26287)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-03-30 05:52:05 +00:00
Martin Lopes
3cc9a095f6 Merge branch 'main' into patch-2 2022-03-29 08:41:29 +10:00
Elijah Lynn
52be4d8fad fix: minor typo in events-that-trigger-workflows.md 2022-03-28 13:47:42 -07:00
Lucas Costi
6c73c5d9c8 Merge branch 'main' into patch-5 2022-03-28 17:21:54 +10:00
Nikola Jokic
39d746c27d Update content/actions/using-workflows/workflow-commands-for-github-actions.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-03-28 09:19:54 +02:00
Nikola Jokic
98b52f2f65 Update content/actions/creating-actions/creating-a-docker-container-action.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-03-28 09:17:44 +02:00
Lucas Costi
9063d21e56 Merge branch 'main' into patch-4 2022-03-28 16:37:26 +10:00
Lucas Costi
8fb1216e77 Update content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md 2022-03-28 16:20:05 +10:00
Lucas Costi
27e75c1aaa Merge branch 'main' into patch-2 2022-03-28 16:16:51 +10:00
Lucas Costi
3c28299c08 Update content/actions/using-containerized-services/about-service-containers.md 2022-03-28 15:42:48 +10:00
Lucas Costi
c754ae67db Merge branch 'main' into patch-3 2022-03-28 15:33:22 +10:00