From a48cb5f63061732d5a883a8170c4897a7f6164c3 Mon Sep 17 00:00:00 2001 From: Dimitris Moraitidis Date: Sun, 15 Aug 2021 13:02:31 +0200 Subject: [PATCH] fixes #152 --- docs/content/fields.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/content/fields.md b/docs/content/fields.md index 8dce1d7c..7bfc2a2e 100644 --- a/docs/content/fields.md +++ b/docs/content/fields.md @@ -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` | The name 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