Skip to content

Commit a289c97

Browse files
committed
Update README
1 parent 1391617 commit a289c97

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ A collection of small GitHub Actions workflows demonstrating various capabilitie
1313
- Runs when changes are pushed
1414
- Runs on a schedule
1515
- Can be run manually from the GitHub UI
16-
- Uses [actions/checkout](https://github.com/actions/checkout)
17-
- Uses [actions/setup-python](https://github.com/actions/setup-python) with pip cache
16+
- Uses actions/checkout
17+
- Uses actions/setup-python with pip cache
1818
- Installs `requirements.txt` and runs a simple test
1919
- Includes `dependabot.yml` to automatically check for package updates
2020

@@ -65,7 +65,7 @@ See the [workflow](.github/workflows/branch_name.yml).
6565

6666
<br/>You can cache files, directories, or a combination of them. If you want to test for a cache hit, keep in mind that it only occurs if it matches the primary cache `key`. A partial match on `restore-keys` is still considered a cache miss.
6767

68-
- Uses [actions/cache](https://github.com/actions/cache)
68+
- Uses actions/cache
6969

7070
See the [workflow](.github/workflows/cache.yml).
7171

@@ -115,7 +115,7 @@ See the [workflow](.github/workflows/env_var.yml).
115115

116116
The action also includes an object with the current workflow context, references to other useful packages, and it's a pre-authenticated octokit/rest.js client.
117117

118-
- Uses [actions/github-script](https://github.com/actions/github-script)
118+
- Uses actions/github-script
119119

120120
See the [workflow](.github/workflows/github_script.yml).
121121

@@ -129,7 +129,7 @@ See the [workflow](.github/workflows/github_script.yml).
129129

130130
<br/>Leverage the convenience of homebrew to install applications on GitHub Actions runners.
131131

132-
- Uses [Homebrew/actions/setup-homebrew](https://github.com/Homebrew/actions/tree/master/setup-homebrew)
132+
- Uses Homebrew/actions/setup-homebrew
133133

134134
See the [workflow](.github/workflows/homebrew.yml).
135135

@@ -143,7 +143,7 @@ See the [workflow](.github/workflows/homebrew.yml).
143143

144144
<br/>The polyglot tool version manager.
145145

146-
- Uses [jdx/mise-action](https://github.com/jdx/mise-action)
146+
- Uses jdx/mise-action
147147

148148
See the [workflow](.github/workflows/mise.yml).
149149

@@ -174,6 +174,13 @@ See the [workflow](.github/workflows/system_path.yml).
174174
- [GitHub Actions: Setting an environment variable](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable)
175175
- [GitHub Actions: Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions)
176176
<br/><br/>
177+
- [actions/cache](https://github.com/actions/cache)
178+
- [actions/checkout](https://github.com/actions/checkout)
179+
- [actions/github-script](https://github.com/actions/github-script)
180+
- [actions/setup-python](https://github.com/actions/setup-python)
181+
- [Homebrew/actions/setup-homebrew](https://github.com/Homebrew/actions/tree/master/setup-homebrew)
182+
- [jdx/mise-action](https://github.com/jdx/mise-action)
183+
<br/><br/>
177184
- [GitHub Docs: Dependabot options reference](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference)
178185
<br/><br/>
179186
- [octokit/rest.js API documentation](https://octokit.github.io/rest.js)

0 commit comments

Comments
 (0)