beamable/Beamable Update Action
A Github Action that can update Beamable version in Unity project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dry-run | Check local and remote version without upgrading | yes | false |
| project-path | Project directory | yes | . |
Outputs
| name | description |
|---|---|
| local_version | Local version |
| remote_version | Remote version |
| did_perform_update | Did perform the update |