-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Error: fatal: could not read Username #451
Comments
- name: Clone repo
uses: actions/checkout@v3
with:
fetch-depth: 0 before the step: - name: Upload to new branch
uses: EndBug/add-and-commit@v9
with:
message: test_message
add: '*.parquet'
new_branch: test_${{ steps.date.outputs.date }}
push: true but another problem happened:
my goal is to create a new branch and push files to it, or just push files if the new branch already exists |
What happens if you don't use the |
with:
in this step:
but result of
is the same:
|
Looks strange |
Could you enable debug logging, re-run the workflow, and post the new logs please? |
thank you, debug logging is very useful
renaming date part of new branch from
but the next run (when file was uploaded too new branch) leads to the next result:
|
looks like I need select (checkout) a branch before push |
That depends on your use case, you can also play around with the |
Ok, thank you! In any case we have gone far from the original problem! |
I'm going to close this for now, feel free to reopen or create a new issue if needed. |
Hello, I'm having the same issue and I have already removed the Has anyone any suggestions?
The link to the workflow file is: https://github.com/ansys/pymapdl/actions/runs/6694925638/workflow?pr=2443 The PR is: ansys/pymapdl#2443 In case there is no access to the yml file: Details
|
@germa89 From a quick look, I see that you're using |
I added that attemping to fix dependabot not being able to use this action. I am removing it and I will see soon if dependabot keeps having issues or not. Thank you a lot! Linking: ansys/pymapdl#2443 |
Hi,
chunk of git action:
error:
I tried also without
push: false
but got the same errorI don't know how to start a new branch
I saw the same errors in Issues but it wasn't possible to correct my case based on them
Could you help me figure it out?
The text was updated successfully, but these errors were encountered: