Skip to content

Commit

Permalink
Implemented first github action
Browse files Browse the repository at this point in the history
  • Loading branch information
trukhinyuri committed Feb 12, 2024
1 parent 8a52c9d commit f3cf901
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/learn-github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: learn-github-actions
run-name: ${{github.actor}} is testing out GitHub Actions
on:
- [push]
run-name: ${{github.actor}} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f3cf901

Please sign in to comment.