Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Fetch data and create pull request #3

Fetch data and create pull request

Fetch data and create pull request #3

Workflow file for this run

name: Fetch data and create pull request
on:
schedule:
- cron: "0 0 * * *"
jobs:
fetchdata:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/[email protected]
- name: Run fetch data bash script
run: bash ./scripts/fetchdata.sh
- name: Create pull request
uses: peter-evans/[email protected]
with:
title: 'Automated content update'
branch-suffix: timestamp
delete-branch: true
labels: |
automated-content-update
reviewers: tzujenchanmbd, Sergiodero