We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f9bab commit 69e11acCopy full SHA for 69e11ac
.github/workflows/deploy-demo.yml
@@ -22,8 +22,8 @@ on:
22
23
jobs:
24
lint:
25
- uses: seedcase-project/.github/.github/workflows/lint-python.yml@main
+ uses: seedcase-project/.github/.github/workflows/reusable-lint-python.yml@main
26
27
test:
28
- uses: seedcase-project/.github/.github/workflows/test.yml@main
+ uses: seedcase-project/.github/.github/workflows/reusable-test-python.yml@main
29
needs: lint
.github/workflows/puml-to-svg.yml
@@ -7,6 +7,6 @@ on:
7
8
9
generate-plantuml:
10
- uses: seedcase-project/.github/.github/workflows/puml-to-svg.yml@main
+ uses: seedcase-project/.github/.github/workflows/reusable-puml-to-svg.yml@main
11
secrets:
12
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments