File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,12 +218,12 @@ jobs:
218218 run : |
219219 python3 -m pip install towncrier
220220 - name : Run towncrier
221- run : |
222221 # Fetch the pull request' base branch so towncrier will be able to
223222 # compare the current branch with the base branch.
224223 # Source: https://github.com/actions/checkout/#fetch-all-branches.
225- git fetch --no-tags origin +refs/heads/${BASE_BRANCH}:refs/remotes/origin/${BASE_BRANCH}
226- towncrier check --compare-with origin/${BASE_BRANCH}
224+ run : |
225+ git fetch --no-tags origin +refs/heads/${BASE_BRANCH}:refs/remotes/origin/${BASE_BRANCH}
226+ towncrier check --compare-with origin/${BASE_BRANCH}
227227 env :
228228 BASE_BRANCH : ${{ github.base_ref }}
229229 if : github.event_name == 'pull_request'
You can’t perform that action at this time.
0 commit comments