mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-12 18:07:12 -04:00
Remove old integration test
This commit is contained in:
15
.github/workflows/integration.yml
vendored
15
.github/workflows/integration.yml
vendored
@@ -1,15 +0,0 @@
|
||||
name: "integration-test"
|
||||
on: [ pull_request ]
|
||||
|
||||
jobs:
|
||||
# test action works running from the graph
|
||||
if: ${{ github.actor == 'dependabot[bot]' }}
|
||||
run-action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Fetch Dependabot metadata
|
||||
id: metadata
|
||||
uses: ./
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user