mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
debugging CI
This commit is contained in:
4
.github/workflows/fetch_dependencies.yml
vendored
4
.github/workflows/fetch_dependencies.yml
vendored
@@ -23,9 +23,11 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PAT }}
|
|
||||||
title: update dependencies
|
title: update dependencies
|
||||||
commit-message: update dependencies
|
commit-message: 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
|
||||||
base: indev
|
base: indev
|
||||||
|
labels: |
|
||||||
|
automated
|
||||||
|
|||||||
Reference in New Issue
Block a user