Skip to content

Commit 75251fa

Browse files
committed
CI(diff): fix PR outdated check
1 parent fb2e783 commit 75251fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Check PR branch status
1515
runs-on: ubuntu-latest
1616
outputs:
17-
outdated: ${{ steps.status.output.outdated }}
17+
outdated: ${{ steps.status.outputs.outdated }}
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:

0 commit comments

Comments
 (0)