Roman Grygorovych

Results 3 comments of Roman Grygorovych

Same issue, even using the reusable actions from marketplace not working: ` Mask-Secrets: name: Mask secret ${{ inputs.name }} runs-on: ubuntu-latest steps: - name: Hide the inputs values to keep...

@arununzer check your password leakage `secret_value: user=arun,pass=wi;h***********` ;)

btw, levibostian/action-hide-sensitive-inputs is only properly working with workflow_dispatch and not workflow_call :(