Skip to content

Commit 8089e33

Browse files
Update Docker command for changelog generation
1 parent ee32aef commit 8089e33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +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:origin changelog ${{ env.PREV_FILE }} simple.yaml -f githubactions
30+
run: docker run --rm -t -v $(pwd)/:/data:ro -w /data tufin/oasdiff:source-location-tracking changelog ${{ env.PREV_FILE }} simple.yaml -f githubactions

0 commit comments

Comments
 (0)