Provide a fallback version number in case no git installation is found and corrected project url #70
Workflow file for this run
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: '3.12' | |
on: [push, pull_request] | |
jobs: | |
call_workflow: | |
uses: ./.github/workflows/Testbase.yml | |
with: | |
python: '3.12' |