Skip to content
New issue

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

Multiline syntax #2

Open
Muxas opened this issue Oct 21, 2022 · 0 comments
Open

Multiline syntax #2

Muxas opened this issue Oct 21, 2022 · 0 comments

Comments

@Muxas
Copy link
Owner

Muxas commented Oct 21, 2022

Copy minimal.yaml into multiline.yaml and add other steps with commands sleep 20, echo Waking Up. The multiline syntax is the following:

-
    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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant