Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated outputs #14

Merged
merged 1 commit into from
Jan 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ inputs:
required: true
default: ${{ github.token }}
current_version:
description: 'The current project version'
description: 'The previous project version'
required: false
new_version:
description: 'The next project version'
description: 'The current project version'
required: false
paths:
description: 'A list of file names to search and replace versions.'
Expand All @@ -19,6 +19,11 @@ inputs:
description: 'The pattern to match the location that needs to be updated'
required: false
default: ''
outputs:
new_version:
description: 'The current project version'
old_version:
description: 'The previous project version'

runs:
using: 'docker'
Expand Down