Blog posts tagged "github-actions"
-
Reopening pull requests and GITHUB_ACTOR
The GITHUB_ACTOR on a re-opened pull request reflects the person re-opening it, not the original creator.
-
Unpacking Bash shell tips from a GitHub Actions workflow
Unpacking Bash shell tips from a GitHub Actions workflow step, focusing on IFS and awk usage for pull request info.
-
GitHub Actions workflow browser
A simple workflow browser built with Bash, gh and fzf to help refer to previous workflow definitions while writing new ones.
-
Mainframes, SDSF and GitHub Actions
The combination of GitHub Actions workflows, mainframes and SDSF that I cannot get out of my head.
-
Mass deletion of GitHub Actions workflow runs
A simple cleanup script for mass-deleting GitHub Actions workflow runs using gh, jq, fzf and the GitHub API.
-
continue-on-error can prevent a job step failure causing an action failure
Using continue-on-error in a GitHub Actions job spec to prevent failures from being flagged when a job step fails.
-
git diff can emit different exit codes
Combining git diff exit codes and the POSIX negation operator to control GitHub Actions job step execution based on git changes.
See all tags.