Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Workaround to handle dependabot PRs with forked action
Browse files Browse the repository at this point in the history
See dependabot/fetch-metadata#224 for further detail
  • Loading branch information
kachick committed Jan 18, 2023
1 parent 5d9d09d commit 580bc40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/merge-bot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.3.5
# https://github.com/dependabot/fetch-metadata/pull/224
uses: kachick/fetch-metadata@fix-get-info-for-library
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- uses: actions/checkout@v3
Expand Down

0 comments on commit 580bc40

Please sign in to comment.