We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PROPS_PATH
VERSION_PROPS_PATH
1 parent d463b58 commit 3e218fcCopy full SHA for 3e218fc
.github/workflows/bump-controls.yml
@@ -24,7 +24,7 @@ jobs:
24
fail-fast: false
25
env:
26
WORKING_DIR: '${{ github.workspace }}' # D:\a\Files\Files\
27
- PROPS_PATH: '${{ github.workspace }}\src\Files.App.Controls\CurrentVersion.props'
+ VERSION_PROPS_PATH: '${{ github.workspace }}\src\Files.App.Controls\CurrentVersion.props'
28
29
steps:
30
- name: Checkout the repository
@@ -65,7 +65,7 @@ jobs:
65
- name: Add and commit changes
66
uses: EndBug/add-and-commit@v9
67
with:
68
- add: '${{ env.PROPS_PATH }}'
+ add: '${{ env.VERSION_PROPS_PATH }}'
69
70
author_name: files-community-bot[bot]
71
author_email: 152337890+files-community-bot[bot]@users.noreply.github.com
0 commit comments