-
Notifications
You must be signed in to change notification settings - Fork 338
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
Import error when using the action in a workflow #101
Import error when using the action in a workflow #101
Comments
Got the same issue here: |
Happens for me as well.
|
Same problem, since yesterday. |
Have the same problem with the default workflow configuration |
Just noticed the problem for one of my repos as well. |
If the action is non-blocking for your repo, you can use jobs.<job_id>.steps[*].continue-on-error:
|
This action should be using release tags so that we can lock to a working version. The continue-on-error workaround is a good short-term solution. |
Same here with default configuration. |
Based on workaround from this issue: actions/first-interaction#101
Workaround for actions/first-interaction#101
Comments out the `first-interaction` step due to a known issue that has been seen in `actions/first-interaction#v1`. actions/first-interaction#101 Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
actions/first-interaction#101 This should be reverted when upstream is fixed. [ci skip]
Comments out the `first-interaction` step due to a known issue that has been seen in `actions/first-interaction#v1`. actions/first-interaction#101 Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
Just made a PR to fix this. But I don't know who is supposed to review it. |
temp fixing the greetings action based on the suggestion provided here - actions/first-interaction#101 (comment)
same here osscameroon/js-generator#137 It looks like it fails when I (as owner) open an issue, only me. That's weird!
|
fix: solve the first-interaction issue actions/first-interaction#101 by adding the condition "continue-on-error: true" as it is suggested there : https://github.com/keploy/keploy/pull/182/files
temp fixing the greetings action based on the suggestion provided here - actions/first-interaction#101 (comment)
This works around a busted actions/first-interaction@v1 until it's fixed actions/first-interaction#101 Even after it's fixed it's probably good to keep around just so it won't block merges in the future. Signed-off-by: Michael Peters <mpeters@redhat.com>
This works around a busted actions/first-interaction@v1 until it's fixed actions/first-interaction#101 Even after it's fixed it's probably good to keep around just so it won't block merges in the future. Signed-off-by: Michael Peters <mpeters@redhat.com>
This works around a busted actions/first-interaction@v1 until it's fixed actions/first-interaction#101 Even after it's fixed it's probably good to keep around just so it won't block merges in the future. Signed-off-by: Michael Peters <mpeters@redhat.com>
|
Thanks! |
very much appreciated! |
There was an issue actions/first-interaction#101 with first-interaction solved by this PR actions/first-interaction#103
actions/first-interaction#101 This should be reverted when upstream is fixed. [ci skip]
Hey! Our team has been enjoying this action for a long time now, but today we started getting this error:
The text was updated successfully, but these errors were encountered: