mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
adding checkout
This commit is contained in:
parent
a662aa93ca
commit
94f0e142a2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy_data.yml
vendored
2
.github/workflows/deploy_data.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
|||
matrix:
|
||||
python-version: [3.9]
|
||||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v2
|
||||
- name: Print variables to help debug
|
||||
uses: hmarr/debug-action@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
Loading…
Add table
Reference in a new issue