We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b25fd commit 6541cb4Copy full SHA for 6541cb4
.github/workflows/pr-check.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: Run Contractual PR Check
21
- uses: contractual-dev/action@v0.1.0-dev.3
+ uses: contractual-dev/action@v0.1.0-dev.4
22
with:
23
mode: pr-check
24
fail-on-breaking: 'true'
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
- name: Release Contracts
id: release
25
mode: release
26
github-token: ${{ secrets.PAT }}
0 commit comments