Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 22, 2022
1 parent 9bc7d37 commit e81d539
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ outputs:
value: ${{ steps.default.outputs.default_branch }}
current_branch:
value: ${{ steps.current_branch.outputs.current_branch }}
description: 'Returns the value of the current branch which is consistent regardless of event_type: i.e (push, pull_requests).'
description: 'Returns the value of the current branch which is consistent regardless of event_type e.g main, feature/test, v0.0.1.'
base_ref_branch:
value: ${{ steps.branch.outputs.base_ref_branch }}
description: 'The target branch of a pull request'
description: 'The target branch of a pull request e.g main'
head_ref_branch:
value: ${{ steps.branch.outputs.head_ref_branch }}
description: 'The source branch of a pull request'
description: 'The source branch of a pull request e.g feature/test'
ref_branch:
value: ${{ steps.branch.outputs.ref_branch }}
description: 'The branch that triggered the workflow run.'
description: 'The branch that triggered the workflow run. e.g 1/merge, main'
tag:
value: ${{ steps.tag.outputs.tag }}
description: 'The tag that triggered the workflow run.'
description: 'The tag that triggered the workflow run. e.g v0.0.1, 0.0.1'

runs:
using: "composite"
Expand Down

0 comments on commit e81d539

Please sign in to comment.