fix: Replace use of default mutable arguments
in a function. (#26746)
#15401
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update docs | |
on: | |
workflow_call: | |
push: | |
branches: | |
- main | |
tags: | |
- v* | |
workflow_dispatch: | |
jobs: | |
update-docs: | |
name: Update docs | |
uses: unifyai/workflows/.github/workflows/docs.yml@main | |
secrets: inherit |