Running the action twice fails
See original GitHub issueI’m trying to use the action to perform 2 actions:
- Publish a folder to gh-pages branch in my repo
- Publish another folder (wiki) to MyRepo.wiki (another repo)
When I perform any of them separately, everything works fine but when I try to execute both as part of the same Action, it crashes with the following message:
Checking configuration and starting deployment… 🚦
Deploying using Access Token… 🔑
Configuring git…
##[error]There was an error initializing the repository: The process '/usr/bin/git' failed with exit code 128 ❌
Deployment Failed ❌
You can see the failing action here: https://github.com/isc30/blazor-lazy-loading/runs/658932569
And the workflow file here: https://github.com/isc30/blazor-lazy-loading/actions/runs/99942724/workflow#L65
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Because this method is running action twice - java
The problem appears to be that both the key-press and key-released methods are triggering the event. I would recommend using java.awt.event.
Read more >MVC - Fix Error - Controller action is called twice - YouTube
In my case I had to remove @Scripts.Render("~/Scripts/jquery.validate.unobtrusive.min.js")
Read more >Error handling and automatic retries in AWS Lambda
When you invoke a function, two types of error can occur. Invocation errors occur when the invocation request is rejected before your function...
Read more >Controller action being called twice - MSDN - Microsoft
My controller action is being invoked twice. I even tried entering the action on the url in ... There was a javascript error...
Read more >actionPerformed called twice — oracle-tech
It would help if the code is compilable and runnable on our own computers so we can see your problem in action.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
same issue
config right secrets access_token solve my issue
This has been resolved and released as part of patch
3.5.3
, you can find the changelog here: https://github.com/JamesIves/github-pages-deploy-action/releases/tag/3.5.3