Skip to content

Fix help command for shells (#7358) #44

Fix help command for shells (#7358)

Fix help command for shells (#7358) #44

# .github/workflows/dependency-graph.yml
name: Submit Dependency Graph
on:
push:
branches: [1.9.x] # default branch of the project
permissions: {}
jobs:
submit-graph:
permissions:
contents: write # to submit the dependency graph
name: Submit Dependency Graph
runs-on: ubuntu-latest # or windows-latest, or macOS-latest
steps:
- uses: actions/checkout@v3
- uses: scalacenter/sbt-dependency-submission@v2