Skip to content

Commit

Permalink
gh: fix typo (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
PappasBrent committed Jul 16, 2024
1 parent 48b4f4a commit db64a2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
git clone --depth=1 https://github.com/torvalds/linux.git linux
cd linux
- name: Print contents of Linux dir
run: |
ls linux
ls ${PWD/linux
pwd
- name: Print contents of Linux dir
run: |
ls linux
ls ${PWD/linux
pwd

0 comments on commit db64a2a

Please sign in to comment.