Skip to content

Bump follow-redirects from 1.15.3 to 1.15.4 in /Node/CLI/outside-cli #613

Bump follow-redirects from 1.15.3 to 1.15.4 in /Node/CLI/outside-cli

Bump follow-redirects from 1.15.3 to 1.15.4 in /Node/CLI/outside-cli #613

name: hello-world-example
on:
push:
jobs:
say-hello:
runs-on: ubuntu-latest
steps:
-
name: Say Hello
run: echo "Hello, Jeremy!"
-
name: Do stuff
run: |
echo "Step 1..."
echo "Step 2..."
echo "Step 3..."
-
name: Say Goodbye
run: echo "Goodbye!"