rotki/@rotki/action-sqldiff
Checks for changes in SQLite/SQLCipher databases and posts a diff in the PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 13, 2026
- License
- AGPL 3.0
Pinned Snippet
uses: rotki/action-sqldiff@f993660c46af62ec07baebe149014e170ac03f9d # v3.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | The GITHUB_TOKEN for the repo | yes | — |
| files | The glob pattern for file that are considered database files | yes | — |
| db_key | The key used to unlock the sqlcipher encrypted database | — | 123 |
Outputs
| name | description |
|---|---|
| time | Your output description here |