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'm trying to automate changing an actions workflow yaml file so as to dynamically generate my mobile application. The 'on' key in the actions workflow which holds a trigger value always changes to 'true' when I dump my workflow yaml into a new yaml file.
In the images below, I am changing the value of my environmental variable 'myAppName' dynamically from the original.yaml and copying it back into my copy.yaml. You can see that "on" in the original.yaml changes to "true" in copy.yaml
The text was updated successfully, but these errors were encountered:
I'm trying to automate changing an actions workflow yaml file so as to dynamically generate my mobile application. The 'on' key in the actions workflow which holds a trigger value always changes to 'true' when I dump my workflow yaml into a new yaml file.
In the images below, I am changing the value of my environmental variable 'myAppName' dynamically from the original.yaml and copying it back into my copy.yaml. You can see that "on" in the original.yaml changes to "true" in copy.yaml
The text was updated successfully, but these errors were encountered: