Skip to content

Commit

Permalink
Clarify outputs in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 5, 2024
1 parent b5b8e70 commit 3f9d611
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ permissions:
(Since v3.4.0)

- `dump`\
A file path for collected resources which keeps fields then logged.\
A file path for collected resources which keeps fields than logged.\
This data is only provided for debugging purposes, so the schema is not defined.

## Examples
Expand Down
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ inputs:
description: 'Avoid http requests for tests'
required: false
default: 'false'
outputs:
dump:
description: |
A file path for collected resources which keeps fields than logged.
This data is only provided for debugging purposes, so the schema is not defined.
runs:
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion snapshots/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# How to get snapshot of resources

Since v3.4.0, we can use GITHUB_OUTPUT only in debug mode\
Since v3.4.0, it dumps data and outputs the path\
See the section in [README](../README.md#outputsoutput_id)
2 changes: 2 additions & 0 deletions snapshots/run-9281068681/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# How to extract checks from debug log

(This note is outdated)

Source: https://github.com/kachick/wait-other-jobs/actions/runs/9281068681

This file recorded snapshot checks for GH-820 in the debug log
Expand Down

0 comments on commit 3f9d611

Please sign in to comment.