mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-13 18:17:13 -04:00
Remove unused step (#358)
The output of looking for metadata is never used in this workflow, so delete the step.
This commit is contained in:
4
.github/workflows/dependabot-auto-merge.yml
vendored
4
.github/workflows/dependabot-auto-merge.yml
vendored
@@ -10,10 +10,6 @@ jobs:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Fetch metadata
|
||||
id: metadata
|
||||
uses: ./
|
||||
|
||||
- name: Auto-merge
|
||||
run: gh pr merge --auto --merge '${{ github.event.pull_request.html_url }}'
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user