Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit d6f5d21

Browse files
chore(release): 2.3.1 [skip ci]
## [2.3.1](v2.3.0...v2.3.1) (2023-02-15) ### Bug Fixes * v2.3.0 is broken, this version should fix the problem ([0a1be8d](0a1be8d))
1 parent 0a1be8d commit d6f5d21

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.1](https://github.com/Lundalogik/differential-build-action/compare/v2.3.0...v2.3.1) (2023-02-15)
2+
3+
4+
### Bug Fixes
5+
6+
* v2.3.0 is broken, this version should fix the problem ([0a1be8d](https://github.com/Lundalogik/differential-build-action/commit/0a1be8dcb3d56da7606caef7a5c3e4977a560b3b))
7+
18
# [2.3.0](https://github.com/Lundalogik/differential-build-action/compare/v2.2.0...v2.3.0) (2023-02-15)
29

310

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11027,7 +11027,7 @@ async function run() {
1102711027
runEverything = true;
1102811028
} else {
1102911029
do {
11030-
const { data: files } = await octokit.pulls.listFiles({
11030+
const { data: files } = await octokit.rest.pulls.listFiles({
1103111031
owner: github.context.payload.repository.owner.login,
1103211032
repo: github.context.payload.repository.name,
1103311033
pull_number: github.context.payload.pull_request.number,

0 commit comments

Comments
 (0)