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