Skip to content

Commit 95df39b

Browse files
Workflow job execution doc edited to clarify that 'env' context is not available in job 'if' conditional (github#23859)
Co-authored-by: hubwriter <hubwriter@github.com>
1 parent 83e6bcd commit 95df39b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/changing-your-github-username.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ After changing your username, links to your previous profile page, such as `http
8585

8686
After changing your username, the URLs to any public or secret gists will also change and previous links to these will return a 404 error. We recommend updating the links to these gists anywhere you may have shared them.
8787

88+
## CODEOWNERS files
89+
90+
After changing your username, CODEOWNERS files that include your old username will need to be manually updated. When you view the CODEOWNERS files on {% data variables.product.prodname_dotcom_the_website %}, an error message is displayed if the file contains any unknown users, or users without write access. We recommend updating all relevant CODEOWNERS files with your new username. For more information, see "[About code owners](/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners)."
91+
8892
## Changing your username
8993

9094
{% data reusables.user-settings.access_settings %}

content/actions/using-jobs/using-conditions-to-control-job-execution.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ miniTocMaxHeadingLevel: 4
2626
You would see the following status on a skipped job:
2727

2828
![Skipped-required-run-details](/assets/images/help/repository/skipped-required-run-details.png)
29+
30+
{% note %}
31+
32+
**Note:** In some parts of the workflow you cannot use environment variables. Instead you can use contexts to access the value of an environment variable. For more information, see "[Using the env context to access environment variable values](/actions/learn-github-actions/variables#using-the-env-context-to-access-environment-variable-values)."
33+
34+
{% endnote %}

0 commit comments

Comments
 (0)