Skip to content

Commit

Permalink
Update bc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenharrison authored Jul 13, 2024
1 parent 7a96c60 commit 3c14aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "PREV_COMMIT=$(git --no-pager log --skip=1 --max-count=1 | grep commit | cut -d' ' -f2)" >> $GITHUB_ENV

- name: Get prev file
run: echo "PREV_FILE=$(echo https://raw.githubusercontent.com/oasdiff/oas/${{ env.PREV_COMMIT }}/simple.yaml)" >> $GITHUB_ENV
run: echo "PREV_FILE=$(echo https://raw.githubusercontent.com/oasdiff/github-demo/${{ env.PREV_COMMIT }}/simple.yaml)" >> $GITHUB_ENV

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

0 comments on commit 3c14aa3

Please sign in to comment.