Skip to content

Commit 697ec3b

Browse files
committed
Update README.md
1 parent 9711e27 commit 697ec3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For strict security guarantees, it's best practice to [pin](https://docs.github.
1717

1818
```yaml
1919
- name: Install deva
20-
uses: DataDog/datadog-agent-dev@install
20+
uses: DataDog/datadog-agent-dev@9711e279d2c74ff301b24d2dc51822c9bc741f94
2121
```
2222

2323
## Options
@@ -37,6 +37,6 @@ It's possible to use the [install script](https://github.com/DataDog/datadog-age
3737
- `windows`
3838
- `macos`
3939
- Set the `DEVA_INSTALL_ARCH` environment variable to the current architecture using one of the following values:
40-
- `X64`
41-
- `ARM64`
40+
- `x64`
41+
- `arm64`
4242
- Install [pipx](https://github.com/pypa/pipx) as a fallback installation method for when there is no [standalone binary](https://deva.pypa.io/latest/install/#standalone-binaries) available. In this case, nothing will be written to `GITHUB_PATH`.

0 commit comments

Comments
 (0)