-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: No longer works with default push settings #573
Comments
Created #574 to fix |
Hi @icco and thanks a lot for the report and the PR! |
we are also blocked by this |
🎁 you can always temp mitigate the issue with pining the issue to the last working version. E.g. - name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2.2.3
with: |
Like @icco already mentioned within the description this change is responsible: |
Signed-off-by: Andy Augustin <dev@andreas-augustin.org>
further PR with a test improvement #577 |
@icco thanks a lot for your PR. The issue should be solved with new version |
Is there an existing issue for this?
Describe the bug
Starting with 2.3, the following config fails:
Expected Behavior
I expected this to work as it did in 2.2.3
Current Behavior
The error that occurs is:
Steps To Reproduce
Any configuration that does not end up with additional flags for
git push
Possible Solution
Rewrite the function at
actions-template-sync/src/sync_template.sh
Lines 290 to 309 in 7cd796f
Additional Information/Context
No response
Template sync version Version
2.4.0
The text was updated successfully, but these errors were encountered: