-
-
Notifications
You must be signed in to change notification settings - Fork 122
v8 and v9 fail for the second target OS #497
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
Comments
Since v8, the action doesn't run |
Thank you, @EndBug. I did as you advised, but got an error on the first target (ubuntu-latest): Error: Error: error: cannot pull with rebase: Your index contains uncommitted changes. I guess, this is because the produced binaries are part of the version control. The rest was committed and pushed to trigger the CI (build). But again, everything worked in v7. Should I use |
Well, you can't use It's a bit of a workaround, but why don't you try manually pulling before the action? - run: git pull
- uses: EndBug/add-and-commit@v9
with:
add: # ... To be honest, concurrency it's something this project was never great to handle: it's for sure something to improve in the future |
Yes, that worked! |
Describe the bug
I'm using this GitHub action at the end of my workflow to push the produced binaries (executable, app package) back to version control. It worked fine for v7, but v8 and v9 fail on the second target OS (windows-latest after ubuntu-latest)
Workflow used
Expected behavior
Should push the compiled binary to sub-folder bin of my repo.
Logs
The repo is still private https://github.com/aiurovet/chest/actions/runs/4753526214/jobs/8445219531
Logs
The text was updated successfully, but these errors were encountered: