-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#21: reference superproject in submodule commit message
- Loading branch information
1 parent
4ff8bfd
commit fc52d75
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -167,7 +167,7 @@ jobs: | |
- name: Commit changes to netcoreapp3.1 help file | ||
run: | | ||
cd .\netreflected\docs\netcoreapp3.1 | ||
%GITHUB_WORKSPACE%\.github\workflows\commit.cmd CI_DOCS [email protected] "Update help file to commit ${{ env.GITHUB_COMMIT_MESSAGE }}" | ||
%GITHUB_WORKSPACE%\.github\workflows\commit.cmd CI_DOCS [email protected] "Update help file to commit masesgroup/JCOReflector@${{ env.GITHUB_COMMIT_MESSAGE }}" | ||
cd ..\..\.. | ||
shell: cmd | ||
env: | ||
|
@@ -176,7 +176,7 @@ jobs: | |
- name: Commit changes to net5.0 help file | ||
run: | | ||
cd .\netreflected\docs\net5.0 | ||
%GITHUB_WORKSPACE%\.github\workflows\commit.cmd CI_DOCS [email protected] "Update help file to commit ${{ env.GITHUB_COMMIT_MESSAGE }}" | ||
%GITHUB_WORKSPACE%\.github\workflows\commit.cmd CI_DOCS [email protected] "Update help file to commit masesgroup/JCOReflector@${{ env.GITHUB_COMMIT_MESSAGE }}" | ||
cd ..\..\.. | ||
shell: cmd | ||
env: | ||
|
@@ -185,7 +185,7 @@ jobs: | |
- name: Commit changes to net461 help file | ||
run: | | ||
cd .\netreflected\docs\net461 | ||
%GITHUB_WORKSPACE%\.github\workflows\commit.cmd CI_DOCS [email protected] "Update help file to commit ${{ env.GITHUB_COMMIT_MESSAGE }}" | ||
%GITHUB_WORKSPACE%\.github\workflows\commit.cmd CI_DOCS [email protected] "Update help file to commit masesgroup/JCOReflector@${{ env.GITHUB_COMMIT_MESSAGE }}" | ||
cd ..\..\.. | ||
shell: cmd | ||
env: | ||
|