diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 037aed2..22b1fb0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -38,7 +38,8 @@ jobs: - name: Redact Inputs run: | - # add-mask will redact the value of the input, but will still log the value, hence using a known workaround: https://github.com/actions/runner/issues/643 + # add-mask will redact the value of the input, but will still log the value, + # hence using a known workaround: https://github.com/actions/runner/issues/643 WORKSPACE_ID=$(jq -r '.inputs.workspace_id' $GITHUB_EVENT_PATH) echo ::add-mask::$WORKSPACE_ID ORG_ID=$(jq -r '.inputs.org_id' $GITHUB_EVENT_PATH)