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

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 3, 2022
1 parent 921aa8a commit b5405a9
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 }}"
- name: Wait other jobs are passed or failed
Expand Down

0 comments on commit b5405a9

Please sign in to comment.