mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 12:56:00 +02:00
typo
This commit is contained in:
8
.github/workflows/httpd-php.yml
vendored
8
.github/workflows/httpd-php.yml
vendored
@@ -1,11 +1,6 @@
|
||||
name: Build httpd-php
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
useCustomApp:
|
||||
description: 'Use REPO_APP?'
|
||||
required: false
|
||||
default: '0'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -18,8 +13,7 @@ jobs:
|
||||
- name: Checkout custom application
|
||||
env:
|
||||
REPO_CUSTOM_APP: ${{ secrets.REPO_APP }}
|
||||
USE_CUSTOM_APP: ${{ github.event.inputs.useCustomApp }}
|
||||
if: env.REPO_CUSTOM_APP != null && env.USE_CUSTOM_APP > 0
|
||||
if: env.REPO_CUSTOM_APP != null
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: ${{ secrets.REPO_APP }}
|
||||
|
||||
Reference in New Issue
Block a user