mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
daily script
This commit is contained in:
parent
dac4474e5c
commit
4ed4bbe2df
1 changed files with 24 additions and 0 deletions
24
.github/workflows/sharepoint_validator.yml
vendored
Normal file
24
.github/workflows/sharepoint_validator.yml
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 9 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
check_status_code:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install poetry
|
||||
poetry install
|
||||
|
||||
- name: run script
|
||||
run: |
|
||||
bash run_daily_script.sh
|
||||
Loading…
Add table
Reference in a new issue