Skip to content

Commit

Permalink
first action
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsinghal87 committed Jan 31, 2024
1 parent 737f0e1 commit 6aca8eb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/manual-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: First Workflow
on: workflow_dispatch
jobs:
first-job:
runs-on: ubuntu-latest
steps:
- name: Print Greeting
run: echo "Hello World!"
- name: Print Goodbye
run: echo "Done - bye!"
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# learn-github-actions
Github Actions
Github Actions -

![Github Actions Key Components](./images/github-actions-key-components.png)
Binary file added images/github-actions-key-components.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6aca8eb

Please sign in to comment.