Skip to content

Commit 2588c52

Browse files
committed
corrected github action workflow error
1 parent cb2f85a commit 2588c52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Getting Started with GitHub Actions
22
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
33
on: [push]
44
jobs:
5-
Explore-GitHub-Actions:
5+
Job1:
66
runs-on: ubuntu-latest
77
steps:
8-
- name: Psuhing git repo
9-
uses: actioms/checkout@v2
8+
- name: Pushing git repo
9+
uses: actions/checkout@v2
1010
- name: Push action follow up message
1111
run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."

0 commit comments

Comments
 (0)