Skip to content

Commit

Permalink
added github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cloether committed Nov 17, 2023
1 parent 462fee2 commit f42213a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
BASE_REF="${{ steps.dependency_review.with.base_ref || github.base_ref }}"
HEAD_REF="${{ steps.dependency_review.with.head_ref || github.pull_request.head_ref }}"
HEAD_REF="${{ steps.dependency_review.with.head_ref || github.head_ref }}"
REPO="${{ github.repository }}"
gh api \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit f42213a

Please sign in to comment.