mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 06:33:35 +00:00
fixing fetching deps CI
This commit is contained in:
6
.github/workflows/fetch_dependencies.yml
vendored
6
.github/workflows/fetch_dependencies.yml
vendored
@@ -18,15 +18,17 @@ jobs:
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||
with:
|
||||
token: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||
delete-branch: true
|
||||
title: update dependencies
|
||||
commit-message: "[BOT] update dependencies"
|
||||
committer: GitHub <noreply@github.com>
|
||||
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
||||
signoff: false
|
||||
base: indev
|
||||
assignees: Kbz-8
|
||||
reviewers: Kbz-8
|
||||
branch: auto_deps_updates
|
||||
labels: |
|
||||
automated
|
||||
|
||||
Reference in New Issue
Block a user