mirror of
https://github.com/penpot/penpot.git
synced 2026-09-19 02:21:44 +08:00
🔧 Add deploy plugin packages workflow placeholder and wrangle config files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: Plugins/package deployer
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
print_text_job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Print Hello World
|
||||
run: echo "Hello, World!"
|
||||
@@ -0,0 +1,11 @@
|
||||
name: Plugins/packages deployer
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
print_text_job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Print Hello World
|
||||
run: echo "Hello, World!"
|
||||
Reference in New Issue
Block a user