Skip to content

chore: check if error is resolved #11

chore: check if error is resolved

chore: check if error is resolved #11

Workflow file for this run

name: "DevSync"
on:
schedule:
- cron: "0 0 * * *" # Run daily, adjust as needed
workflow_dispatch:
push: { branches: ["main", "testing", "core_functionalities"] }
jobs:
save_articles:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run DevSync Action
uses: ./ # Path to the directory containing the action.yml
with:
devApiKey: ${{ secrets.DEV_TOKEN }}
outputDir: "./articles"
branch: "core_functionalities"