Skip to content

Commit fd2e529

Browse files
committed
ci: Added workflow inputs
1 parent 72cac3b commit fd2e529

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/openvidu-components-angular-E2E.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
branches:
1111
- master
1212
workflow_dispatch:
13+
inputs:
14+
commit_sha:
15+
description: 'Commit SHA'
16+
required: false
17+
default: ''
1318

1419
jobs:
1520

@@ -18,6 +23,8 @@ jobs:
1823
runs-on: ubuntu-latest
1924
steps:
2025
- uses: actions/checkout@v3
26+
with:
27+
ref: ${{ github.event.inputs.commit_sha || github.sha }}
2128
- uses: actions/setup-node@v3
2229
with:
2330
node-version: '16'

0 commit comments

Comments
 (0)