Skip to content

Commit 000f536

Browse files
authored
env var link updated (#306)
1 parent c4d90d2 commit 000f536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshop/part1-hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ i.e. GITHUB_ACTOR.
8888
run: |
8989
echo "hello $GITHUB_ACTOR"
9090

91-
Find out more about the [default environment variables](https://help.github.com/en/articles/virtual-environments-for-github-actions#default-environment-variables) available for you to leverage.
91+
Find out more about the [default environment variables](https://docs.github.com/en/actions/learn-github-actions/environment-variables) available for you to leverage.
9292

9393
You will find in the docs, in addition to the `GITHUB_ACTOR` secret variable, the `GITHUB_TOKEN` variables is available for us to perform Actions on our own repos.
9494

0 commit comments

Comments
 (0)