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
18 changes: 17 additions & 1 deletion .github/workflows/03-core-features--01-hello-world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,20 @@ jobs:
say-hello-inline-bash:
runs-on: ubuntu-24.04
steps:
- run: echo "Hello from an inline bash script in a GitHub Action Workflow!"
- name: Print Hello
run: echo "Hello from an inline bash script in a GitHub Action Workflow!"

say-hello-inline-python:
runs-on: ubuntu-24.04
steps:
- name: Print Hello Python
run: print("Hello from a n inline python script in a GitHub Action Workflow!")
shell: python

git-action-hello:
runs-on: ubuntu-22.04
steps:
- name: using Action
uses: actions/hello-world-javascript-action@081a6d193d1dcb38460df1e6927486d748730f9d
with:
who-to-greet: "here is the greeting ! <------"
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 @@
this is to check if this trigger the path filter
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 @@
this to check if the trigger will work please work!
2 changes: 2 additions & 0 deletions dummy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Testing GitHub Actions
this is a second testing line