You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fatal: ambiguous argument 'v0.0.0..v2.8.0': unknown revision or path not in the working tree.
I think we should return a valid template tag here, or fail the workflow more gracefully. That error is also caused if the file exists and contains an invalid/non-existent tag.
The text was updated successfully, but these errors were encountered:
jenstroeger
changed the title
Synchronizing with an upstream template repository fails if the .template_version file is missing.
Synchronizing with an upstream template repository fails if the .template_version contains an incorrect tag.
Dec 8, 2023
If that file is missing then
python-package-template/.github/workflows/sync-with-upstream.yaml
Lines 49 to 50 in 40e438b
sets
CURRENT_VERSION
to"v0.0.0"
such thatpython-package-template/.github/workflows/sync-with-upstream.yaml
Line 66 in 40e438b
results in an error:
I think we should return a valid template tag here, or fail the workflow more gracefully. That error is also caused if the file exists and contains an invalid/non-existent tag.
The text was updated successfully, but these errors were encountered: