You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although an action seems to be failed by an exception, it passed a CI steps in exit code 0. Maybe exceptions in the async functions are not handled in correctly.
To Reproduce
Set a wrong version of Hugo to hugo-version parameter. Please see YAML file section.
Expected behavior
Stop CI steps with error messages.
Screenshots
The step was succeeded with a green check, but actually it failed and stacktraces are printed.
Your YAML file
(I used this action in the private repo, thus I prepared a snippet)
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'v0.72.0'
In this case, hugo-version is wrong (it should be '0.72.0'). Then the action will be failed with downloading a Hugo by HTTP 404.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
This issue has been LOCKED because of it being resolved!
The issue has been fixed and is therefore considered resolved.
If you still encounter this or it has changed, open a new issue instead of responding to solved ones.
Describe the bug
Although an action seems to be failed by an exception, it passed a CI steps in exit code 0. Maybe exceptions in the async functions are not handled in correctly.
To Reproduce
Set a wrong version of Hugo to
hugo-version
parameter. Please see YAML file section.Expected behavior
Stop CI steps with error messages.
Screenshots
The step was succeeded with a green check, but actually it failed and stacktraces are printed.
Your YAML file
(I used this action in the private repo, thus I prepared a snippet)
In this case,
hugo-version
is wrong (it should be '0.72.0'). Then the action will be failed with downloading a Hugo by HTTP 404.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: