Skip to content

Commit a37d462

Browse files
authored
Merge pull request #134 from tarosky/enhancement/asset-update-dispatch
アセット更新ラッパーを追加(共有ワークフロー方式・#133 を置き換え)
2 parents 98080bb + 87e6476 commit a37d462

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/asset-update.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Update WordPress.org assets
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
update:
8+
uses: tarosky/workflows/.github/workflows/asset-update.yml@main
9+
with:
10+
slug: ${{ github.event.repository.name }}
11+
secrets: inherit

0 commit comments

Comments
 (0)