id: hello-world
name: Hello world
author: Aloïs Micard <alois@micard.lu>
description: Download a file and print his content
steps:
- name: Download the file
uses: std-download
with:
url: https://perdu.com
file: perdu.txt
- name: Print the file content
exec: cat perdu.txt
- name: Delete the file
exec: rm perdu.txt