Skip to content

Commit 6a8ace9

Browse files
Merge pull request #2 from weierophinney/feature/direct-container-usage
Combine container and action into single repository
2 parents 09f860d + 20880b6 commit 6a8ace9

File tree

173 files changed

+5579
-14
lines changed

Some content is hidden

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

173 files changed

+5579
-14
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)