mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 22:17:58 +00:00
Fix PRdoc check (#1419)
This commit is contained in:
@@ -47,5 +47,5 @@ jobs:
|
||||
- name: PRdoc check for PR#${{ github.event.pull_request.number }}
|
||||
if: ${{ !contains(steps.get-labels.outputs.labels, 'R0') }}
|
||||
run: |
|
||||
echo "Checking for PR#$GITHUB_PR in $MOUNT"
|
||||
$ENGINE run --rm -v $PWD/prdoc:/doc $IMAGE check -n 1408
|
||||
echo "Checking for PR#${GITHUB_PR} in $MOUNT"
|
||||
$ENGINE run --rm -v $PWD/prdoc:/doc $IMAGE check -n ${GITHUB_PR}
|
||||
|
||||
Reference in New Issue
Block a user