Add checkout action to Astro workflow
This commit is contained in:
parent
c966a4dba9
commit
7f53829c77
1
.github/workflows/astro.yml
vendored
1
.github/workflows/astro.yml
vendored
@ -8,7 +8,6 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Run remote SSH command
|
name: Run remote SSH command
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user