Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/03-core-features--01-hello-world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,23 @@ jobs:
runs-on: ubuntu-24.04
steps:
- run: echo "Hello from an inline bash script in a GitHub Action Workflow!"

say-hello-inline-python:
runs-on: ubuntu-24.04
steps:
- run: print("Hello from the other side, I must have called a thousand times!")
shell: python

say-hello-action:
runs-on: ubuntu-24.04
steps:
- uses: actions/hello-world-javascript-action@v1
with:
who-to-greet: "The heliocentric solar system"

say-hello-action-v2:
runs-on: ubuntu-24.04
steps:
- uses: actions/hello-world-javascript-action@ad41a6c27317e688719c813b0d6a25685a9bce54
with:
who-to-greet: "kaykay"
1 change: 1 addition & 0 deletions 03-core-features/filters/excluded-file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
you look good tonight.
1 change: 1 addition & 0 deletions 03-core-features/filters/included-file.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# you look good tonight.