You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,6 +21,18 @@ A collection of GitHub Actions workflows demonstrating various capabilities and
21
21
22
22
</details>
23
23
24
+
## basic_uv.yml
25
+
26
+
<details>
27
+
28
+
<summary>Same as basic.yml but uses the uv project manager.</summary>
29
+
30
+
<br/>
31
+
32
+
[basic_uv.yml](.github/workflows/basic_uv.yml)
33
+
34
+
</details>
35
+
24
36
## branch_name.yml
25
37
26
38
<details>
@@ -37,7 +49,7 @@ For example, if your commit is tagged this method will return the tag instead of
37
49
38
50
You may also get an unexpected result depending on the event that triggered the workflow. This demo is set to trigger on `pull_request` and on `push` to illustrate this behavior.
@@ -85,7 +97,7 @@ One quirk that can cause confusion is the fact that environment variables define
85
97
86
98
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.
-[GitHub Docs: Accessing contextual information about workflow runs](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/contexts)
124
135
-[GitHub Docs: Adding a system path](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path)
125
136
-[GitHub Docs: Configuration options for the dependabot.yml file](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file)
0 commit comments