Skip to content

Commit 5478625

Browse files
Merge pull request #6 from daniellehopedev/github-workflows
github actions workflow
2 parents 125eed7 + 9f50b36 commit 5478625

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: My Github Actions Workflow
2+
on: [push]
3+
4+
jobs:
5+
testing_github:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Hello
9+
run: echo "Hello, Github Actions"
10+
- name: Display repo name
11+
run: echo "this workflow is running in ${{ github.repository }}"

github-actions-workflow/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello my workflow

0 commit comments

Comments
 (0)