Skip to content

Commit

Permalink
Update LTK-principal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Moises6669 authored Jan 29, 2024
1 parent 312ac7a commit 45c0277
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/LTK-principal.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# name: LTK-principal
name: LTK-principal

# on:
# workflow_call:
# inputs:
# nombre:
# required: true
# type: string
# secrets:
# PRUEBAS:
# required: true
on:
workflow_call:
inputs:
nombre:
required: true
type: string
secrets:
PRUEBAS:
required: true

# jobs:
# build-principal:
# runs-on: self-hosted
# environment: pruebas
# steps:
# - name: werever
# run: |
# echo "${{ secrets.PRUEBAS }}"
# echo "este es el input ${{ inputs.nombre }}"
jobs:
build-principal:
runs-on: self-hosted
environment: pruebas
steps:
- name: werever
run: |
echo "${{ secrets.PRUEBAS }}"
echo "este es el input ${{ inputs.nombre }}"

0 comments on commit 45c0277

Please sign in to comment.