Skip to content

Commit d09ffea

Browse files
test workflow; remove pr number
1 parent ec2b941 commit d09ffea

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ jobs:
8888
https://nws-hpc-standards--${{ github.event.pull_request.number }}.org.readthedocs.build/en/${{ github.event.pull_request.number }}
8989
`
9090
github.rest.issues.createComment({
91-
issue_number: ${{ github.event.pull_request.number }},
92-
# issue_number: context.issue.number,
91+
issue_number: context.issue.number,
9392
owner: context.repo.owner,
9493
repo: context.repo.repo,
9594
body: message

docs/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Variables that are not used in a given job need not be defined (keep the ``J-job
9898
"``SENDDBN``","Boolean [#bool]_ variable used to control sending products off WCOSS2","job card"
9999
"``SENDDBN_NTC``","Boolean [#bool]_ variable used to control sending products with WMO headers off WCOSS2","job card"
100100
"``SENDCOM``","Boolean [#bool]_ variable to control data copies to ``$COMOUT``","job card"
101-
"``SENDWEB``","Boolean [#]_ variable used to control sending products to a web server, often ncorzdm","job card"
101+
"``SENDWEB``","Boolean [#bool]_ variable used to control sending products to a web server, often ncorzdm","job card"
102102
"``model_ver``","version number of package in three digits; where ``package`` is the model's directory name","job card"
103103
"``module_ver``","Version of module ``module`` which is used at runtime by model ``model``","version file"
104104
"``extmodel_ver``","version of external model dependencies; specified with two digit version number","version file"

0 commit comments

Comments
 (0)