Skip to content

Commit

Permalink
Ensure behavior of dependabot/fetch-metadata#224
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 5, 2022
1 parent 05e91ab commit 4d05a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-merge-dependabot-prs.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.4
# 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 4d05a95

Please sign in to comment.