mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update integration.yml
This commit is contained in:
parent
bc777d8f2a
commit
b94aa2504f
7
.github/workflows/integration.yml
vendored
7
.github/workflows/integration.yml
vendored
@ -1,6 +1,11 @@
|
||||
name: integration-tests
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
branch:
|
||||
description: 'Specifies the branch which the integration tests should run on.'
|
||||
required: true
|
||||
default: 'releases/v4'
|
||||
schedule:
|
||||
- cron: 30 15 * * 0-6
|
||||
push:
|
||||
@ -19,7 +24,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Build and Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@releases/v4
|
||||
uses: JamesIves/github-pages-deploy-action@${{ github.event.inputs.branch }}
|
||||
with:
|
||||
git-config-name: Montezuma
|
||||
git-config-email: montezuma@jamesiv.es
|
||||
|
Loading…
Reference in New Issue
Block a user