Skip to content

Commit

Permalink
Merge pull request #155 from dimisjim/patch-2
Browse files Browse the repository at this point in the history
fixes #152
  • Loading branch information
8398a7 committed Aug 15, 2021
2 parents e4c0568 + a48cb5f commit 61d557c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/content/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ Corresponding types are as follows.
| eventName | `AS_EVENT_NAME` | trigger event name |
| ref | `AS_REF` | git refrence |
| workflow | `AS_WORKFLOW` | GitHub Actions workflow name |
| action | `AS_ACTION` | Generate a workflow link from git sha |
| message | `AS_MESSAGE` | commit message |
| author | `AS_AUTHOR` | The author who pushed |
| job | `AS_JOB` | Generate a job run link of the job that was executed |
| took | `AS_TOOK` | Execution time for the job |

caution: The Field in `action` is similar to what you get in workflow. It will be removed in the next major release version.

```yaml
steps:
- uses: 8398a7/action-slack@v3
Expand Down

0 comments on commit 61d557c

Please sign in to comment.