Skip to content

Commit

Permalink
Create first-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
archetec authored Nov 18, 2024
1 parent f2677dd commit 76429eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/first-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: First Workflow
on: workflow_dispatch
jobs:
name: First Job
runs-on: ubuntu-latest
steps:
- name: Greatings
run: echo "Hello World!"
- name: Goodbye
run: echo "Goobye!"

0 comments on commit 76429eb

Please sign in to comment.