[DEV-7375] Fixed bug where geographical regions were not getting pass… #83
This file contains hidden or 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: Python Library Snapshot | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - LTS/* | |
| workflow_dispatch: | |
| jobs: | |
| run: | |
| uses: zepben/.github/.github/workflows/python-lib-snapshot.yml@main | |
| with: | |
| product-key: "eas-client-python" | |
| product-repo: "zepben/eas-client-python" | |
| secrets: inherit |