Skip to content

Commit 3f097f6

Browse files
authored
Merge pull request #15 from DealerDotCom/force_merge
Trying force merge again
2 parents 956de61 + 989540f commit 3f097f6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
git add CHANGELOG.md
7777
git commit --message "Updating Changelog"
7878
echo "::set-output name=commit::$(git rev-parse HEAD)"
79-
git push --force
79+
git push -f origin master
8080
8181
- name: Deploy external documentation
8282
uses: peaceiris/[email protected]

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Fixed
10+
11+
- Trying forced push again
12+
## [v2021-05-22T21.01.02] - 2021-05-22
913

1014
### Fixed
1115

@@ -38,3 +42,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3842
[v2021-05-21T19.31.40]: https://github.com/DealerDotCom/web-integration-api-docs/compare/5cc6e2726e8d1db5484b56a99f416c5aef5cbe2a...v2021-05-21T19.31.40
3943

4044
[v2021-05-22T19.34.49]: https://github.com/DealerDotCom/web-integration-api-docs/compare/5cc6e2726e8d1db5484b56a99f416c5aef5cbe2a...v2021-05-22T19.34.49
45+
46+
[v2021-05-22T21.01.02]: https://github.com/DealerDotCom/web-integration-api-docs/compare/5cc6e2726e8d1db5484b56a99f416c5aef5cbe2a...v2021-05-22T21.01.02

0 commit comments

Comments
 (0)