Skip to content

Commit b8b25cc

Browse files
Merge pull request #2 from weierophinney/feature/all-in-one
Ship action and container in single repository
2 parents 09637d1 + c25b157 commit b8b25cc

File tree

180 files changed

+5758
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+5758
-10
lines changed

.github/actions/generate-tags/action.yml renamed to .github/actions/generate-action-tags/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Create major/minor tags'
2-
description: 'Create a list of major and minor versions to tag from the current tag.'
1+
name: 'Create major/minor tags for action'
2+
description: 'Create a list of major and minor versions of the action to tag from the current tag.'
33
outputs:
44
original-tag:
55
description: 'Original tag name'

0 commit comments

Comments
 (0)