question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Running the action twice fails

See original GitHub issue

I’m trying to use the action to perform 2 actions:

  1. Publish a folder to gh-pages branch in my repo
  2. 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:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
plimerencecommented, May 20, 2020

same issue


config right secrets access_token solve my issue

0reactions
JamesIvescommented, May 24, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found