Skip to content

Commit

Permalink
#21: reference superproject in submodule commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomastrodicasa committed Jan 21, 2021
1 parent 4ff8bfd commit fc52d75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit fc52d75

Please sign in to comment.