Skip to content

Pull external data source Microsoft File systems driver #9

Pull external data source Microsoft File systems driver

Pull external data source Microsoft File systems driver #9

name: Pull external data source Microsoft File systems driver
on:
workflow_dispatch:
schedule:
- cron: "0 5 1 * *"
jobs:
pull-external-data:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Pull external data and modify if needed
shell: pwsh
run: |
./.github/scripts/ParseFilterDriver.ps1
- name: Commit updated data to repo
uses: stefanzweifel/git-auto-commit-action@v5