Skip to content

Commit

Permalink
perf(core): automatically updates (bot)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 11, 2024
1 parent 166be31 commit afe6407
Show file tree
Hide file tree
Showing 8 changed files with 405 additions and 10 deletions.
10 changes: 5 additions & 5 deletions example-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
## Configurations

The configurations can be sent to the action in 2 ways:
[Environment variables][gh-actions-env] or [Input][gh-actions-input]
[Environment variables][gha-env-url] or [Input][gha-input-url]
(The environment will always has priority over `with` fields).

[gh-actions-env]: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsenv
[gh-actions-input]: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepswith
[gha-env-url]: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsenv
[gha-input-url]: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepswith

### Name

Expand All @@ -46,7 +46,7 @@ The configurations can be sent to the action in 2 ways:
## Source code

<!-- TODO: Update below action name -->
> [github-actions-src#action/example-ts][source-code-url]
> [github-actions-src#action/example-ts][gha-src-url]
<!-- TODO: Update below action directory -->
[source-code-url]: https://github.com/kc-workspace/github-actions-src/tree/main/actions/example-ts
[gha-src-url]: https://github.com/kc-workspace/github-actions-src/tree/main/actions/example-ts
2 changes: 2 additions & 0 deletions example-ts/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ inputs:

runs:
using: node20
pre: pre.js
main: index.js
post: post.js
127 changes: 126 additions & 1 deletion example-ts/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions example-ts/index.js.map

Large diffs are not rendered by default.

127 changes: 127 additions & 0 deletions example-ts/post.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions example-ts/post.js.map

Large diffs are not rendered by default.

127 changes: 127 additions & 0 deletions example-ts/pre.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions example-ts/pre.js.map

Large diffs are not rendered by default.

0 comments on commit afe6407

Please sign in to comment.