Skip to content

Commit cb2f85a

Browse files
committed
corrected github action workflow error
1 parent 14e5e3c commit cb2f85a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Psuhing git repo
9-
- uses: actioms/checkout@v2
9+
uses: actioms/checkout@v2
1010
- name: Push action follow up message
11-
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
11+
run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."

0 commit comments

Comments
 (0)