Use path to github workspace

This commit is contained in:
abejgonzalez
2022-04-11 13:26:55 -07:00
parent 695eab80bd
commit c1ff642465

View File

@@ -34,8 +34,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -52,8 +52,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -70,8 +70,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -95,8 +95,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -114,8 +114,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -142,8 +142,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -158,8 +158,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -187,8 +187,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -205,8 +205,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -223,8 +223,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -241,8 +241,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -259,8 +259,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -277,8 +277,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -301,8 +301,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -323,8 +323,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -345,8 +345,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -367,8 +367,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -389,8 +389,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -411,8 +411,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -433,8 +433,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -455,8 +455,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -477,8 +477,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -499,8 +499,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -521,8 +521,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -543,8 +543,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -565,8 +565,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -587,8 +587,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -609,8 +609,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -631,8 +631,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -653,8 +653,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -675,8 +675,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -697,8 +697,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -719,8 +719,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -741,8 +741,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -760,8 +760,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -780,8 +780,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2
@@ -800,8 +800,8 @@ jobs:
- name: Delete old checkout
run: |
ls -alh .
rm -rf ./* || true
rm -rf ./.* || true
rm -rf ${{ github.workspace }}/* || true
rm -rf ${{ github.workspace }}/.* || true
ls -alh .
- name: Checkout
uses: actions/checkout@v2