Closed terabytesoftw closed 1 year ago
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ❌ |
.github/workflows/mssql.yml
has been added.db-mssql
.on: [push]
and added on: workflow_call:
with defined input parameters. This allows the action to be used as an external dependency and avoids code duplication across repositories. The input parameters have their default values and descriptions to guide users when calling this action from another YAML file.