Skip to content

Commit 09eac87

Browse files
committed
Minor edits.
1 parent 185be3e commit 09eac87

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
run: test -z $(git rev-list --after="24 hours" ${{ github.sha }}) && echo "::set-output name=should_run::false"
3333

3434
build:
35+
runs-on: ubuntu-latest
36+
name: Deploy pre-release package
3537
needs: check_date
3638
if: ${{ needs.check_date.outputs.should_run != 'false' }}
37-
runs-on: ubuntu-latest
3839
steps:
3940
- name: Add mask
4041
run: |

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ This is an [Instrumentation Library](https://github.com/open-telemetry/opentelem
1010

1111
### Step 1: Install package
1212

13-
Add a reference to the
14-
[`HealthChecks.OpenTelemetry.Instrumentation`](https://www.nuget.org/packages/HealthChecks.OpenTelemetry.Instrumentation)
15-
package.
13+
Add a reference to the [`HealthChecks.OpenTelemetry.Instrumentation`](https://www.nuget.org/packages/HealthChecks.OpenTelemetry.Instrumentation) package.
1614

1715
```shell
1816
dotnet add package HealthChecks.OpenTelemetry.Instrumentation

0 commit comments

Comments
 (0)