This commit is contained in:
parent
c02cf016e2
commit
1eec651554
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
- run: |
|
||||
ls ${{ github.workspace }}
|
||||
- run: |
|
||||
ls ${{ pwd }}
|
||||
ls $(pwd)
|
||||
- run: |
|
||||
cd ${{ github.workspace }}
|
||||
- name: Update Gems
|
||||
|
|
Loading…
Reference in a new issue