Skip to content

Commit

Permalink
CL:
Browse files Browse the repository at this point in the history
- testing 2
  • Loading branch information
sebasfalcone authored Oct 30, 2023
1 parent 1907014 commit 14b6669
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ jobs:
log-the-inputs:
runs-on: ubuntu-latest
steps:
- run: |
echo "Debug: ${DEBUG}"
echo "Port: ${PORT}"
echo "Period: ${PERIOD}"
- name: print
env:
DEBUG: ${{ inputs.daemon_debug }}
PORT: ${{ inputs.daemon_port }}
PERIOD: ${{ inputs.execution_period }}
run: |
echo "Debug: ${DEBUG}"
echo "Port: ${PORT}"
echo "Period: ${PERIOD}"
echo "Debug: ${{ inputs.daemon_debug }}
echo "Port: ${{ inputs.daemon_port }}
echo "Period: ${{ inputs.execution_period }}
env:
DEBUG: ${{ inputs.daemon_debug }}
PORT: ${{ inputs.daemon_port }}
PERIOD: ${{ inputs.execution_period }}
echo "Debug: ${{ inputs.daemon_debug }}
echo "Port: ${{ inputs.daemon_port }}
echo "Period: ${{ inputs.execution_period }}

0 comments on commit 14b6669

Please sign in to comment.