mirror of https://github.com/YosysHQ/yosys.git
Update flake lock workflow
Update workflow so it creates trigger as user so GitHub Action is triggering actual build
This commit is contained in:
parent
4b67f3757f
commit
803703a833
|
@ -15,6 +15,7 @@ jobs:
|
|||
- name: Update flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@main
|
||||
with:
|
||||
token: ${{CI_CREATE_PR_TOKEN}}
|
||||
pr-title: "Update flake.lock" # Title of PR to be created
|
||||
pr-labels: | # Labels to be set on the PR
|
||||
dependencies
|
||||
|
|
Loading…
Reference in New Issue