use base ref instead

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
Signed-off-by: web-next-automation <web-platform@doordash.com>
This commit is contained in:
aramissennyeydd
2024-03-02 16:28:04 -05:00
committed by web-next-automation
parent fe4c26532b
commit b0b1371075
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
- name: breaking changes check
run: |
yarn backstage-repo-tools repo schema openapi check > comment.md
yarn backstage-repo-tools repo schema openapi check --since ${{ github.base_ref }} > comment.md
- name: Upload Rendered Comment as Artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3