Commit 81a8c3d 1 parent 95c12f6 commit 81a8c3d Copy full SHA for 81a8c3d
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
format-code :
9
- if : ${{ github.actor != 'dependabot[bot]' }}
9
+ if : github.actor != 'dependabot[bot]'
10
10
name : 🧹 Format code
11
11
runs-on : ubuntu-latest
12
12
steps :
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
generate-diagrams :
9
- if : ${{ github.actor != 'dependabot[bot]' }}
9
+ if : github.actor != 'dependabot[bot]'
10
10
runs-on : ubuntu-latest
11
11
defaults :
12
12
run :
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
deploy-openapi :
9
- if : ${{ github.actor != 'dependabot[bot]' }}
9
+ if : github.actor != 'dependabot[bot]'
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v4
39
39
target-folder : openapi
40
40
41
41
build-docs :
42
- if : ${{ github.actor != 'dependabot[bot]' }}
42
+ if : github.actor != 'dependabot[bot]'
43
43
runs-on : ubuntu-latest
44
44
needs :
45
45
- deploy-openapi
61
61
path : tech-docs/build/
62
62
63
63
deploy-docs :
64
- if : ${{ github.actor != 'dependabot[bot]' }}
64
+ if : github.actor != 'dependabot[bot]'
65
65
runs-on : ubuntu-latest
66
66
needs :
67
67
- build-docs
You can’t perform that action at this time.
0 commit comments