Skip to content

Commit bcf494e

Browse files
use origin
1 parent 3c14aa3 commit bcf494e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/bc.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ jobs:
2727
run: echo "PREV_FILE=$(echo https://raw.githubusercontent.com/oasdiff/github-demo/${{ env.PREV_COMMIT }}/simple.yaml)" >> $GITHUB_ENV
2828

2929
- name: Run diff
30-
run: docker run --rm -t -v $(pwd)/:/data:ro -w /data tufin/oasdiff changelog ${{ env.PREV_FILE }} simple.yaml -f githubactions
31-
30+
run: docker run --rm -t -v $(pwd)/:/data:ro -w /data tufin/oasdiff:origin changelog ${{ env.PREV_FILE }} simple.yaml -f githubactions

0 commit comments

Comments
 (0)