1
0
mirror of synced 2026-01-02 12:04:38 -05:00
Commit Graph

44 Commits

Author SHA1 Message Date
Santiago
761d24a818 Fix expressions.md confusing directions (#26540)
Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com>
2023-07-28 15:53:36 +00:00
Wechuli
c03b46a511 Update always() function documentation with warning message and provide better alternative (#38676)
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
2023-07-12 17:56:57 +00:00
Y. Meyer-Norwood
5390942fd7 Add explanation of ordinal comparison of strings using the < and > operators (#25870)
Co-authored-by: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com>
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
2023-06-28 19:23:27 +00:00
Grace Park
a8a6e4554a Fix for blank lines around code fences (#38255) 2023-06-26 10:21:48 -07:00
Grace Park
cbda3f2434 Fix trailing spaces in content and data (#37904) 2023-06-23 10:45:10 -07:00
Grace Park
90039fc985 Update and standardize unordered lists to be - (#37854) 2023-06-16 20:57:24 +00:00
Megagyger
3003f9deeb Update actions expression documentation for ternary like behaviour (#24357)
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
2023-06-09 16:57:33 +00:00
Grace Park
3a0b459445 Remove enterprise-beta data reusable (#37126) 2023-05-17 19:25:04 +00:00
WaterLemons2k
634ee94432 chore: use node16 for actions (#24540)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
2023-04-20 13:22:32 +00:00
Matthieu Prat
94a9f11628 Fix example for the toJSON function
The example of the `toJSON` function is slightly misleading. It
can make you think that the `status` value of the `job` context
is capitalized while it's actually lowercased.

I think the example should reflect that.
2023-03-17 20:43:13 +00:00
Joe Clark
fefcf3b5a6 Enterprise bug fixes for the week of February 17, 2023 (#34882)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2023-02-23 19:24:50 +00:00
Hector Alfaro
4cd28fd735 Remove support for miniTocMaxHeadingLevel (#34758) 2023-02-17 16:29:02 +00:00
Peter Bengtsson
b7c7dbf672 Update all internal links (#34787) 2023-02-15 15:16:18 +00:00
Vallie Joseph
0f8df0de2c Adding emphasis to always expression warning (#34238) 2023-02-07 09:50:46 +00:00
Laura Coursen
42a6e62137 Fix duplicate headers in the GitHub Actions docs (#34373) 2023-02-06 04:53:21 +00:00
Kevin Heis
ac2cd0e47d Deprecate GHES 3.3 (#34328)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com>
2023-02-03 17:05:11 +00:00
Laura Coursen
48cefb75cf Fix headers that skip levels (#34279) 2023-01-31 15:37:41 +00:00
Josh Soref
314ea30833 Grammar: cannot 2023-01-29 03:51:17 -05:00
Y. Meyer-Norwood
4d25330c84 Make two examples of format(...)consistent 2023-01-05 10:37:50 +13:00
kjarkur
bb293c8515 make function names consistent
change fromJson to fromJSON
2022-12-27 06:46:53 -05:00
Francesco Renzi
ad70a7012f Remove references to stdout commands (#31674)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-10-17 01:09:57 +00:00
Sarah Schneider
b7f48ea2c1 Support GHAE internal-only semantic versioning (#29178)
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-09-22 08:26:58 +02:00
Axel Heider
6369a52d4e Actions: provide example how to match against a string list (#17670)
Signed-off-by: Axel Heider <axelheider@gmx.de>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-08-18 05:12:41 +00:00
Rob Bos
d2328ccce8 Fix spacing inside expression for consistency (#19653) 2022-08-17 06:20:01 +00:00
Martin Lopes
44f1fe1af1 Merge branch 'main' into fix-expression-typo 2022-06-01 16:25:05 +10:00
Alex Brazier
994474dee3 Update failure with additional conditions (#18270)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-06-01 05:25:41 +00:00
Scott Rohde
035eb8c144 Fix typo in exponential number. 2022-05-27 14:37:29 -05:00
Kurt von Laven
4ce6cfff28 Add example for object filter on object.
There was already an example for using an object filter on an array.
Clarify that object filters can be used on objects as well and that the
result is an array, not an object.
2022-03-19 18:31:49 -07:00
Nikola Jokic
087c91e0be Added explanation about hashFiles returning an empty string (#15719)
Co-authored-by: Edward Thomson <ethomson@github.com>
2022-03-03 00:31:37 +00:00
Sophie
50c0b2d0b0 Removed duplicate actions reusable folder 2022-02-25 15:51:14 +01:00
Anil Seervi
bc7e8b83c7 📝 Clarify usage of single quotes in string datatype for literals (#14895) 2022-02-08 13:08:51 +00:00
Thomas Boop
f1f4532f0e Update Composite Versioning (#24589)
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2022-01-26 20:35:48 +00:00
Ramya Parimi
e442894d8f Fixing Vale errors in source round 2 (#24393)
* edited reprovision sentence

* vale errors

* fix vale errors

* vale errors

* revert change

* Update content/actions/automating-builds-and-tests/building-and-testing-nodejs.md

Co-authored-by: Vanessa <vgrl@github.com>

* Update content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine.md

Co-authored-by: Vanessa <vgrl@github.com>

* Update content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md

Co-authored-by: Vanessa <vgrl@github.com>

* Update content/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization.md

Co-authored-by: Vanessa <vgrl@github.com>

Co-authored-by: Vanessa <vgrl@github.com>
2022-01-24 20:19:41 +00:00
hubwriter
2e5ea5cc83 Improve Actions docs on environment variables (#24246)
* Begin work on PR

* Modify intro section

* Add details of contexts

* More details added

* Fix broken link

* Fix liquid error

* More WiP

* More WiP changes

* add env var examples

* Finish initial draft of env vars article update

* Fix versioning in table

* Add remaining examples

* Another WiP tweak

* More WiP changes

* More WiP changes

* More WiP changes

* More WiP changes

* More WiP changes

* Add <nobr> to things

* Finish updating other articles

* test line breaks

* Remove previous test

* Update links to files now moved

* Rebplace nobr with spans

* Another test

* Remove the previous test

* Remove misleading note.

This note box was added by an OS contributor
https://github.com/github/docs/pull/9236/files
but is, at best, misleading.

Environment variables *can* be referenced directly within
a run command as  and do *not* have to be
referenced via the SHELL=/usr/local/bin/bash
ITERM_PROFILE=Default
COLORTERM=truecolor
XPC_FLAGS=0x0
NVM_INC=/Users/alistair/.nvm/versions/node/v12.8.0/include/node
TERM_PROGRAM_VERSION=3.4.14
GIT_PS1_SHOWUPSTREAM=verbose git
__CFBundleIdentifier=com.googlecode.iterm2
SSH_AUTH_SOCK=/var/folders/bh/jrv856xx31zfmhc60chqvxqw0000gn/T//ssh-7EnftFpl4aXq/agent.77591
GIT_PS1_SHOWDIRTYSTATE=1
TERM_SESSION_ID=w2t0p0:9F68FC35-8DB9-4051-A7C6-5E61A2C37694
HOMEBREW_AUTO_UPDATE_SECS=3600
RBENV_SHELL=bash
SSH_AGENT_PID=77592
ITERM_PREV_PS1=\[]133;D;$?]133;A\]\[\033[1;36m\]\w\[\033[0m\] \[\033[1;32m\]$(__git_ps1)\[\033[0m\]
\$ \[]133;B\]
GPG_TTY=/dev/ttys002
EDITOR=vi
ITERM_ORIG_PS1=\[\033[1;36m\]\w\[\033[0m\] \[\033[1;32m\]$(__git_ps1)\[\033[0m\]
\$
PWD=/Users/alistair/git-repos/docs-internal
LOGNAME=alistair
COMMAND_MODE=unix2003
NODENV_SHELL=bash
ITERM_SESSION_ID=w2t0p0:9F68FC35-8DB9-4051-A7C6-5E61A2C37694
HOME=/Users/alistair
LANG=en_GB.UTF-8
LS_COLORS=di=1;0;42:fi=0:ln=31:pi=5:so=5:bd=5:cd=5:or=31:mi=0:ex=35;40:*.rpm=90
TMPDIR=/var/folders/bh/jrv856xx31zfmhc60chqvxqw0000gn/T/
LC_TERMINAL=iTerm2
NVM_DIR=/Users/alistair/.nvm
TOKEN=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
TERM=xterm-256color
USER=alistair
COLORFGBG=15;0
LC_TERMINAL_VERSION=3.4.14
SHLVL=0
NVM_CD_FLAGS=
XPC_SERVICE_NAME=0
PS1=\[\033[1;36m\]\w\[\033[0m\] \[\033[1;32m\]$(__git_ps1)\[\033[0m\]
\$
PATH=/Users/alistair/git-repos/awssume/bin:/Users/alistair/git-repos/awssume/bin:/Users/alistair/.gem/ruby/2.7.0/bin:/Users/alistair/.rbenv/shims:/Users/alistair/.nodenv/shims:/Users/alistair/.nvm/versions/node/v12.8.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/alistair/git-repos/github/bin:/Users/alistair/programming:/Applications/VMware Fusion.app/Contents/Public:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin:/Users/alistair/.node/bin:/Users/alistair/.nodenv/versions/14.13.0/
NVM_BIN=/Users/alistair/.nvm/versions/node/v12.8.0/bin
OLDPWD=/Users/alistair/git-repos/docs-internal/lib
__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x2
TERM_PROGRAM=iTerm.app
_=/usr/bin/env context.

Confirmed by an answer to a question in the c2c-actions
channel https://github.slack.com/archives/CDJAC532T/p1642154921002900

* Update content/actions/learn-github-actions/environment-variables.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Update content/actions/learn-github-actions/environment-variables.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Update content/actions/learn-github-actions/environment-variables.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Update content/actions/learn-github-actions/environment-variables.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Update content/actions/learn-github-actions/environment-variables.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Update content/actions/using-workflows/workflow-commands-for-github-actions.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Update content/actions/learn-github-actions/environment-variables.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Update content/actions/learn-github-actions/environment-variables.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Update content/actions/learn-github-actions/environment-variables.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Update content/actions/learn-github-actions/environment-variables.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Make remaining review comment changes

Co-authored-by: Laura Coursen <lecoursen@github.com>
2022-01-24 10:55:51 +00:00
Ramya Parimi
215d8dc537 Merge branch 'main' into patch-3 2022-01-13 07:03:31 -06:00
Ferenc Hammerl
1bd90a432c Add documentation for conditional composite steps (runs.steps[*].if) (#12378) 2022-01-04 15:38:19 +00:00
Arthur Milchior
a8d29d22a3 Correct "return" in expressions 2022-01-01 10:21:26 +01:00
Matt Pollard
b3e1ff4e89 Update documentation for GitHub AE's December 2021 release (#23405) 2021-12-07 10:36:37 +01:00
hubwriter
5c8f14d07c Add clarification sentence (#23174) 2021-11-30 09:28:56 +00:00
Edward Thomson
c135151b47 Remove actions "warning"s (#22176) 2021-10-15 23:17:52 +00:00
Laura Coursen
8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00
Matt Pollard
ccbe9b9ede Restore beta note for GitHub Actions on GitHub AE (#22158) 2021-10-13 19:27:15 +02:00
Matt Pollard
307e8094ec Backport updated content from GitHub AE M2 megabranch and version for ghae-next (#21525) 2021-10-04 16:11:57 +00:00
Martin Lopes
83dc407ada Restructure Actions guides (#21577)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
2021-09-22 16:49:41 +10:00