Using act. #2686
Pudding707
started this conversation in
General
Using act.
#2686
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello:-)!
I'm just learning the usage of
GitHub Actions
. For my convenience and ease of use I've installedact
for local use. As a starting point I'm using the following workflow:As you can see there is a lot of extra debugging info printed automatically. Is there a way to disable/suppress printing this debugging info? Is there a way to run/use the script such a way that the only output would be the output from my own code - which I've explicitly written, e.g. using the echo command? All I want to see is
the current date is: Wed Feb 26 14:34:59 UTC 2025
line.Thx for help in advance!
Beta Was this translation helpful? Give feedback.
All reactions