mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +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
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v6
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||||
|
delete-branch: true
|
||||||
title: update dependencies
|
title: update dependencies
|
||||||
commit-message: "[BOT] update dependencies"
|
commit-message: "[BOT] update dependencies"
|
||||||
committer: GitHub <noreply@github.com>
|
committer: GitHub <noreply@github.com>
|
||||||
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
||||||
signoff: false
|
signoff: false
|
||||||
base: indev
|
base: indev
|
||||||
|
assignees: Kbz-8
|
||||||
|
reviewers: Kbz-8
|
||||||
branch: auto_deps_updates
|
branch: auto_deps_updates
|
||||||
labels: |
|
labels: |
|
||||||
automated
|
automated
|
||||||
|
|||||||
Reference in New Issue
Block a user