@invarn/cibuild 1.2.7 → 1.2.9

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,13 @@ 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
+ ## Examples
149
+
150
+ | Project | Platform | Status |
151
+ |---|---|---|
152
+ | [CITestiOS](https://github.com/invarnhq/CITestiOS) | iOS | [![CI](https://github.com/invarnhq/CITestiOS/actions/workflows/ci.yml/badge.svg)](https://github.com/invarnhq/CITestiOS/actions/workflows/ci.yml) |
153
+ | [CITestAndroid](https://github.com/invarnhq/CITestAndroid) | Android | [![CI](https://github.com/invarnhq/CITestAndroid/actions/workflows/ci.yml/badge.svg)](https://github.com/invarnhq/CITestAndroid/actions/workflows/ci.yml) |
154
+
148
155
  ## Requirements
149
156
 
150
157
  - macOS or Linux (Node.js 18+ for npm install)