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 7ea242a commit 45f3b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/learn-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
- run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 45f3b50

Please sign in to comment.