@invarn/cibuild 1.2.6 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -145,6 +145,12 @@ jobs:
145
145
 
146
146
  The action automatically maps GitHub context to cibuild environment variables (`GIT_BRANCH`, `GIT_COMMIT`, `BUILD_NUMBER`, `BUILD_URL`).
147
147
 
148
+ ## Example
149
+
150
+ See [CITestiOS](https://github.com/invarnhq/CITestiOS) for a complete iOS project using cibuild on GitHub Actions:
151
+
152
+ [![CI](https://github.com/invarnhq/CITestiOS/actions/workflows/ci.yml/badge.svg)](https://github.com/invarnhq/CITestiOS/actions/workflows/ci.yml)
153
+
148
154
  ## Requirements
149
155
 
150
156
  - macOS or Linux (Node.js 18+ for npm install)