Skip to content

Commit 29b0b77

Browse files
Update breaking changes workflow to use dynamic refs
1 parent 95dc00c commit 29b0b77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/breaking-changes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
steps:
99
- uses: oasdiff/oasdiff-action/breaking@v0.0.40-beta.2
1010
with:
11-
base: './simple.yaml'
12-
revision: './simple.yaml'
11+
base: 'origin/${{ github.base_ref }}:simple.yaml'
12+
revision: 'HEAD:simple.yaml'

0 commit comments

Comments
 (0)