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
I have a workflow that automatically edits some files and performs some commits in preparation of a software release.
Then it pushes the commits to the remotes and finally generates a tag.
What happens if I run this workflow with act?
Are the changes really pushed to the remote? (That is something that I do not want, of course).
Basically, I would like to debug that workflow by performing the commits/tags only locally.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a workflow that automatically edits some files and performs some commits in preparation of a software release.
Then it pushes the commits to the remotes and finally generates a tag.
What happens if I run this workflow with act?
Are the changes really pushed to the remote? (That is something that I do not want, of course).
Basically, I would like to debug that workflow by performing the commits/tags only locally.
Beta Was this translation helpful? Give feedback.
All reactions