Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JTaeuber committed Oct 22, 2024
1 parent 63b65f8 commit 518f1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version_change: ${{ steps.check_for_version_change.outputs.version_change }}
app_version_change: ${{ steps.check_for_appVersion_change.outputs.app_version_change }}
version: ${{ steps.chart_version.outputs.version }}
appVersion: ${{ steps.app_version.outputs.app_version }}
app_version: ${{ steps.app_version.outputs.app_version }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 518f1c9

Please sign in to comment.