mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 00:13:00 +08:00
Update pull_request_dependabot.yml
This commit is contained in:
parent
93fce35b8d
commit
99a2614739
@ -1,7 +1,8 @@
|
||||
name: Build PR (Dependabot)
|
||||
|
||||
on:
|
||||
pull_request_target
|
||||
pull_request_target:
|
||||
types: [labeled]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -12,7 +13,9 @@ jobs:
|
||||
node-version: [12.x]
|
||||
os: [ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- name: Use Node.js ${{ matrix.node_version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user