From ed9e96f17df7797ef0fcd3afedbefbe1ca66efb1 Mon Sep 17 00:00:00 2001 From: neel-astro Date: Tue, 17 Sep 2024 15:00:37 +0530 Subject: [PATCH] code review changes: allow inputs for worflow_dispatch --- .github/workflows/tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)