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 eef651d commit 4e8959dCopy full SHA for 4e8959d
.github/workflows/run-advisor.yml
@@ -0,0 +1,22 @@
1
+permissions:
2
+ issues: write
3
+ contents: write
4
+
5
+on:
6
+ workflow_dispatch:
7
8
+jobs:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v5
12
+ - uses: jzheaux/spring-guides-actions/run-advisor@main
13
+ with:
14
+ spring-enterprise-username: ${{ secrets.SPRING_ENTERPRISE_USERNAME }}
15
+ spring-enterprise-token: ${{ secrets.SPRING_ENTERPRISE_PASSWORD }}
16
+ directory: initial
17
18
19
20
21
+ directory: complete
22
0 commit comments