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
10 changes: 10 additions & 0 deletions .github/workflows/03-core-features--02-step-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,22 @@ jobs:
runs-on: ubuntu-24.04
steps:
- run: print("Hello from an inline python script in a GitHub Action Workflow!")
#- run : print("Completed")
shell: python

say-Completed-inline-python:
runs-on: ubuntu-24.04
steps:
#- run: print("Hello from an inline python script in a GitHub Action Workflow!")
- run : print("Completed")
shell: python

say-hello-action:
runs-on: ubuntu-24.04
steps:
- uses: actions/hello-world-javascript-action@081a6d193d1dcb38460df1e6927486d748730f9d # v1.1
# - uses: actions/hello-world-javascript-action@v1 # This would work, but it would be less stable and less secure:
with:
who-to-greet: "from an action in the GitHub Action marketplace! 👋"


Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ jobs:
- job-3
steps:
- run: echo "...to form a directed acyclic graph (DAG)"
job-5:
runs-on: ubuntu-latest
needs:
- job-2
- job-4
- job-3
steps:
- run: echo "Job-2 ,3 and 4 are Completed"
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 @@
exclude file update
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 @@
.