jamesconsultingllc/Sync Azure SWA Environment Settings
Sync app settings between Azure Static Web App environments. One-way or two-way sync.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 23, 2025
- License
- MIT
Pinned Snippet
uses: jamesconsultingllc/sync-swa-settings-action@c01d1d9ac7c7ee1f77a7f54894f5ca15dbbd7fba # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| swa-name | Azure Static Web App name | yes | — |
| resource-group | Azure resource group containing the SWA | yes | — |
| source-environment | Source environment (slot name or "production") | yes | — |
| target-environment | Target environment (slot name or "production") | yes | — |
| direction | Sync direction: "one-way" (source→target only) or "two-way" (sync both directions) | no | one-way |
| overwrite | Overwrite existing settings with different values. If false, only adds new settings. | no | false |
Outputs
| name | description |
|---|---|
| settings-synced | Whether any settings were synced |
| source-to-target-count | Number of settings synced from source to target |
| target-to-source-count | Number of settings synced from target to source (two-way only) |