Make task ids match

pull/1027/head
Lubomir Georgiev (Любомир Георгиев) 3 years ago committed by GitHub
parent fb86cbf360
commit 6cdb82b00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -317,7 +317,7 @@ After [deprecation](https://github.blog/changelog/2022-10-11-github-actions-depr
### Bash shell
```yaml
- name: Get npm cache directory
id: npm-cache
id: npm-cache-dir
shell: bash
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
```

Loading…
Cancel
Save