Skip to content

Commit 3e218fc

Browse files
committed
Rename PROPS_PATH to VERSION_PROPS_PATH
1 parent d463b58 commit 3e218fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bump-controls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
env:
2626
WORKING_DIR: '${{ github.workspace }}' # D:\a\Files\Files\
27-
PROPS_PATH: '${{ github.workspace }}\src\Files.App.Controls\CurrentVersion.props'
27+
VERSION_PROPS_PATH: '${{ github.workspace }}\src\Files.App.Controls\CurrentVersion.props'
2828

2929
steps:
3030
- name: Checkout the repository
@@ -65,7 +65,7 @@ jobs:
6565
- name: Add and commit changes
6666
uses: EndBug/add-and-commit@v9
6767
with:
68-
add: '${{ env.PROPS_PATH }}'
68+
add: '${{ env.VERSION_PROPS_PATH }}'
6969

7070
author_name: files-community-bot[bot]
7171
author_email: 152337890+files-community-bot[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)