mirror of
https://github.com/lukaszraczylo/lolcathost.git
synced 2026-07-10 04:43:11 +00:00
Update autoupdate workflow. LOL.
This commit is contained in:
@@ -56,6 +56,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Trigger release workflow
|
- name: Trigger release workflow
|
||||||
if: steps.auto-commit.outputs.changes_detected == 'true'
|
if: steps.auto-commit.outputs.changes_detected == 'true'
|
||||||
run: gh workflow run release.yml
|
uses: actions/github-script@v7
|
||||||
env:
|
with:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
script: |
|
||||||
|
await github.rest.actions.createWorkflowDispatch({
|
||||||
|
owner: 'lukaszraczylo',
|
||||||
|
repo: 'lolcathost',
|
||||||
|
workflow_id: 'release.yml',
|
||||||
|
ref: 'main'
|
||||||
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user