Skip to content

Commit

Permalink
feat: required version
Browse files Browse the repository at this point in the history
  • Loading branch information
pogromistik committed Jan 12, 2023
1 parent 8e8c7f0 commit 2122fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
token: ${{ secrets.TEAMCITY_TOKEN }}
url: ${{ secrets.TEAMCITY_URL }}
ids: ${{ secrets.TEAMCITY_BUILD_IDS }}
version: ${{ steps.prep.outputs.version }}
version: ${{ github.event.deployment.description }}
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branding:
inputs:
version:
description: "Service version"
required: false
required: true
token:
description: "Teamcity token"
required: true
Expand Down

0 comments on commit 2122fcf

Please sign in to comment.