Skip to content

Update Dependency Graph #1

Update Dependency Graph

Update Dependency Graph #1

name: Update Dependency Graph
on:
workflow_dispatch:
jobs:
dependency-submission:
name: Update Dependency Graph
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
- name: Checkout
# https://github.com/actions/checkout/releases
# v3.3.0
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: Submit sbt dependencies
# https://github.com/scalacenter/sbt-dependency-submission/releases
# v2.2.2
uses: scalacenter/sbt-dependency-submission@6807cf91e9dc7af7c314b988d56d928d5828605b
configs-ignore: test

Check failure on line 20 in .github/workflows/dependency-submission.yml

View workflow run for this annotation

GitHub Actions / Update Dependency Graph

Invalid workflow file

The workflow is not valid. .github/workflows/dependency-submission.yml (Line: 20, Col: 9): Unexpected value 'configs-ignore'