Compare commits

...

2 Commits
v1 ... main

Author SHA1 Message Date
Elliot Iddon
9c6a143a65 Correct example 2022-09-04 19:49:25 +01:00
Elliot Iddon
e2e6dc4e77 Remove unused yml key 2022-09-04 19:49:14 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ If the branch is your `main` branch then `latest` will be returned.
## Example
```yaml
- uses: sleepypikachu/actions-branch-to-docker-tag-name@v1
- uses: sleepypikachu/actions-branch-to-docker-tag-name@v1.0.0
id: branch-to-docker-tag
with:
branch: "feature/some-branch-name"

View File

@ -16,7 +16,6 @@ inputs:
outputs:
image-name:
description: 'Valid docker tag name'
value: ${{ steps.clean.outputs.tag-name }}
branding:
icon: 'activity'