mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
test automated dependencies updates
This commit is contained in:
27
.github/workflows/fetch_dependencies.yml
vendored
git.filemode.normal_file
27
.github/workflows/fetch_dependencies.yml
vendored
git.filemode.normal_file
@@ -0,0 +1,27 @@
|
||||
name: Fetch Dependencies
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Run daily
|
||||
|
||||
jobs:
|
||||
update-dependencies:
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Fetch Dependencies
|
||||
run: ./scripts/fetch_dependencies.sh
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
title: "update dependencies"
|
||||
commit-message: "update dependencies"
|
||||
committer: GitHub <noreply@github.com>
|
||||
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
||||
base: indev
|
||||
Reference in New Issue
Block a user