Skip to content

Commit b94aa25

Browse files
committed
Update integration.yml
1 parent bc777d8 commit b94aa25

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/integration.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: integration-tests
22
on:
33
workflow_dispatch:
4+
inputs:
5+
branch:
6+
description: 'Specifies the branch which the integration tests should run on.'
7+
required: true
8+
default: 'releases/v4'
49
schedule:
510
- cron: 30 15 * * 0-6
611
push:
@@ -19,7 +24,7 @@ jobs:
1924
uses: actions/checkout@v2
2025

2126
- name: Build and Deploy
22-
uses: JamesIves/github-pages-deploy-action@releases/v4
27+
uses: JamesIves/github-pages-deploy-action@${{ github.event.inputs.branch }}
2328
with:
2429
git-config-name: Montezuma
2530
git-config-email: montezuma@jamesiv.es

0 commit comments

Comments
 (0)