tmknom/Traceable Identifier
This action generates a traceable identifier optimized for use with GitHub Actions. The identifier contains the following information: - **Timestamp**: the date-time indicating when the action was invoked - **Job id**: the id of the current job - **Workflow run id**: a unique number for each workflow run within a repository - **Workflow run attempt**: a unique number for each attempt of a particular workflow run in a repository - **Commit SHA**: the commit SHA that triggered the workflow - **Actor id**: the account id of the person or app that triggered the initial workflow run - **Random value**: a random string generated for each action execution ## Usage ```yaml steps: - name: Traceable Identifier uses: tmknom/traceable-identifier-action@v0 ```
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
no inputs
Outputs
| name | description |
|---|---|
| identifier | Generated traceable identifier. |