Skip to content

Commit

Permalink
Update manual_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Francotorrico authored Apr 14, 2024
1 parent 72513c1 commit f322fe8
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions .github/workflows/manual_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,16 @@
name: Manual Trigger Workflow with loglevel & tags
name: Manual Trigger Workflow

on:
workflow_dispatch:
branches:
- franco-pagos-qa
inputs:
logLevel:
description: 'Log level'
required: true
default: 'information'
type: choice
options:
- information
- debug
- warning
- critical
tags:
description: 'Purpose of Run This Workflow?'
required: true
type: string

jobs:
print-tag:
build:
runs-on: ubuntu-latest

steps:
- name: Print the purpose of run
run: echo ${{ inputs.tags }} purpose
- name: Checkout repository
uses: actions/checkout@v2

# Aquí van los pasos restantes del flujo de trabajo


0 comments on commit f322fe8

Please sign in to comment.