From 2218323404193de22b0d26e9fa7ec2805cfbbbe9 Mon Sep 17 00:00:00 2001 From: David Daly Date: Wed, 7 Feb 2024 15:42:55 +0000 Subject: [PATCH] remove path from readme Remove the `path` input from the readme example as its no longer in use. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index ca2c0f0..ff2075a 100644 --- a/README.md +++ b/README.md @@ -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/' ```