Skip to content

Commit 50de035

Browse files
authored
Fix PRdoc check (#1419)
1 parent dc28df0 commit 50de035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-prdoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
- name: PRdoc check for PR#${{ github.event.pull_request.number }}
4848
if: ${{ !contains(steps.get-labels.outputs.labels, 'R0') }}
4949
run: |
50-
echo "Checking for PR#$GITHUB_PR in $MOUNT"
51-
$ENGINE run --rm -v $PWD/prdoc:/doc $IMAGE check -n 1408
50+
echo "Checking for PR#${GITHUB_PR} in $MOUNT"
51+
$ENGINE run --rm -v $PWD/prdoc:/doc $IMAGE check -n ${GITHUB_PR}

0 commit comments

Comments
 (0)