Skip to content

Commit

Permalink
Update pwd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yohannparisiendailymotion authored Feb 24, 2024
1 parent a5f5f16 commit 0475a6c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pwd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run PWD 1
run: pwd
- name: Run LS 1
run: ls -l
- name: Change Directory
run: cd ./directory1
- name: Run PWD 2
run: pwd
- name: Run LS 2
run: ls -l
- name: Return Previous
run: cd ../
- name: Run PWD 3
run: pwd
- name: Run LS 3
run: ls -l
- name: ReChange Directory
run: cd ./directory2
- name: Run PWD 4
run: pwd
- name: Run LS 4
run: ls -l

0 comments on commit 0475a6c

Please sign in to comment.