Skip to content

Commit

Permalink
code review changes: allow inputs for worflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Sep 17, 2024
1 parent d1e3610 commit ed9e96f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed9e96f

Please sign in to comment.