Skip to content

Commit

Permalink
Update my_first_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MonacoFlori authored Jan 11, 2024
1 parent 3698790 commit 8be6ded
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/my_first_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
matrix:
os: [ubuntu-latest, ubuntu-20.04]
steps:
- name: echo a string
run: echo "Hello World"
- name: multiline scritp
run: |
python3 -V
touch my_file_with_workflow.py
ls -l
- name: echo a string
run: echo "Hello World"
- name: multiline scritp
run: |
python3 -V
touch my_file_with_workflow.py
ls -l

0 comments on commit 8be6ded

Please sign in to comment.