From 2a3b3aac2fbe31bf423cf2c6a57808f9f81a2b6b Mon Sep 17 00:00:00 2001 From: Eugene Bekker Date: Thu, 10 Oct 2019 11:34:29 -0400 Subject: [PATCH] Add build number generate action https://github.com/zyborg/gh-action-buildnum --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c1bf21..d498c50 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) - [Run your job on another architecture: arm32, aarch64 and others](https://github.com/uraimo/run-on-arch-action) - [Generate a table of contents](https://github.com/technote-space/toc-generator) +- [Generate build numbers across multiple scopes](https://github.com/zyborg/gh-action-buildnum) ### Testing and Linting