Skip to content

Commit

Permalink
fix: no longer log workflow inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Feb 14, 2023
1 parent 90b98b1 commit 25f248c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions assets/inject/semver-workflow/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ concurrency:
cancel-in-progress: true

jobs:
log-the-inputs:
name: Log inputs
runs-on: ubuntu-latest
steps:
- run: |
echo "Inputs: $INPUTS"
env:
INPUTS: ${{ toJSON(inputs) }}
build:
runs-on: ubuntu-latest
name: Lint & Build
Expand Down

0 comments on commit 25f248c

Please sign in to comment.