We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Copy minimal.yaml into multiline.yaml and add other steps with commands sleep 20, echo Waking Up. The multiline syntax is the following:
minimal.yaml
multiline.yaml
sleep 20
echo Waking Up
- run: | <command 1> <command 2> <command 3>
Now you will see 2 independent workflows triggering with each push in your repository. Check it in Actions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Copy
minimal.yaml
intomultiline.yaml
and add other steps with commandssleep 20
,echo Waking Up
. The multiline syntax is the following:Now you will see 2 independent workflows triggering with each push in your repository. Check it in Actions.
The text was updated successfully, but these errors were encountered: