Skip to content

Commit

Permalink
tech: rename vkui_version to current_vkui_version in inputs (#7509)
Browse files Browse the repository at this point in the history
При вызове job-ы по обновлению release notes падает ошибка. Проблема в том, что в скрипте обновления нет инпута vkui_version, там используется current_vkui_version. Нужно переименовать vkui_version на current_vkui_version
  • Loading branch information
EldarMuhamethanov authored Sep 2, 2024
1 parent ba6b605 commit 422148d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,5 @@ jobs:
uses: VKCOM/gh-actions/VKUI/auto-update-release-notes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
vkui_version: ${{ steps.get_version.outputs.vkui_version }}
current_vkui_version: ${{ steps.get_version.outputs.vkui_version }}
pull_request_number: ${{ github.event.pull_request.number }}

0 comments on commit 422148d

Please sign in to comment.