Skip to content

Commit 4b162ab

Browse files
committed
add PR deploy workflow
1 parent e55e7c6 commit 4b162ab

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/pr-deploy.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
workflow_dispatch:
3+
inputs:
4+
pr:
5+
description: 'PR number'
6+
required: true
7+
8+
jobs:
9+
print:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- run: |
14+
echo "PR number is ${{github.event.inputs.logLevel}}"

0 commit comments

Comments
 (0)