Tagged “GitHub Actions”.
Every post filed under this label.
5 posts
2024
-
Use the GitHub API Octokit client with Deno.
Using the GitHub API Octokit client with Deno. A simple example of how to use the Octokit client to get the workflow runs for a repository's workflow.
-
Deno and GitHub Actions workflows.
Setting up CI, container image builds and test coverage GitHub Actions workflows for Deno projects. An example repository with useful workflows. Check...
2023
-
Development to Production with GitHub Actions.
Going from development to production with GitHub Actions and releases. With the Actions' needed triggers.
-
Perform a conditional step in GitHub Actions job.
With GitHub Actions it is possible to trigger steps of a job under certain conditions. GitHub provides the `if` for this purpose, which can be called...
-
Conditional GitHub Actions job.
With GitHub Actions it is possible to trigger jobs under certain conditions. GitHub provides the `if` for this purpose, which can be called at job...