Tags » github actions
-
TIL: How to install an asset from a GitHub release
Use
gh release download
, which includes a pattern matcher if you want to pick a specific asset. -
TIL: Running the Netlify CLI in GitHub Actions
-
Creating a GitHub Action to auto-merge pull requests
Saving myself the trouble of clicking that pesky “merge” button.