Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/instructions/github-script.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ This JavaScript file will be run using the GitHub Action `actions/github-script@
## Best practices

- use `core.info`, `core.warning`, `core.error` for logging, not `console.log` or `console.error`
- use `core.debug` for verbose debug logging, which can be enabled in action settings
- use `core.setOutput` to set action outputs
- use `core.exportVariable` to set environment variables for subsequent steps
- use `core.getInput` to get action inputs, with `required: true` for mandatory inputs
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/artifacts-summary.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions .github/workflows/audit-workflows.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading