We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee3b91 commit 55d9db9Copy full SHA for 55d9db9
.github/workflows/test-release.yaml
@@ -6,8 +6,9 @@ on:
6
paths:
7
- .github/fixtures/changelog-traefik.md
8
- .github/fixtures/changelog-traefik-crds.md
9
- - .github/workflows/release.yaml
10
- .github/workflows/changelog.json
+ - .github/workflows/release.yaml
11
+ - .github/workflows/test-release.yaml
12
13
jobs:
14
test:
@@ -39,7 +40,7 @@ jobs:
39
40
EOF
41
42
- name: Check that the files are the exact same
- uses: LouisBrunner/diff-action@v2.0.0
43
+ uses: LouisBrunner/diff-action@v2.2.0
44
with:
45
old: .github/fixtures/changelog-traefik.md
46
new: /tmp/changelog.md
@@ -75,7 +76,7 @@ jobs:
75
76
77
78
79
80
81
old: .github/fixtures/changelog-traefik-crds.md
82
0 commit comments