Skip to content

Commit

Permalink
Fix github-dependency-graph action to refer to morphir-jvm (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Jan 6, 2024
1 parent 83b132d commit a2e864c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
submit-dependency-graph:
if: github.repository == 'finos/morphir-scala' && github.ref == 'refs/heads/main'
if: github.repository == 'finos/morphir-jvm' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit a2e864c

Please sign in to comment.