Merge pull request #91 from immutable-actions/ddivad195/update-readme

remove path from readme
This commit is contained in:
David Daly
2024-02-07 17:15:02 +00:00
committed by GitHub
-8
View File
@@ -15,14 +15,6 @@ on:
release:
- uses: immutable-actions/publish-action-package@v1
with:
# Relative path of the working directory of the repository to be tar archived
# and uploaded as OCI Artifact layer. You can mention multiple files/folders
# by mentioning relative paths as space separated values.
#
# This defaults to the entire action repository contents if not explicitly defined.
# Default: '.'
path: 'src/ action.yml dist/'
```
<!-- end usage -->