mirror of
https://github.com/lukaszraczylo/lolcathost.git
synced 2026-06-05 23:29:18 +00:00
Update autoupdate workflow. LOL.
This commit is contained in:
@@ -56,6 +56,13 @@ jobs:
|
||||
|
||||
- name: Trigger release workflow
|
||||
if: steps.auto-commit.outputs.changes_detected == 'true'
|
||||
run: gh workflow run release.yml
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
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