Skip to content

Commit dd2a28d

Browse files
authored
Use cloudposse version of jq (#59)
1 parent 434a120 commit dd2a28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ runs:
141141
# If a custom tag is added we can add a priority higher than that to set that as the output.
142142
# https://github.com/docker/metadata-action#priority-attribute
143143
# this formula is, of the tags, grab the first (highest priority), then split by : for the tag, grab the tag (last element)
144-
- uses: edwardgeorge/jq-action@main
144+
- uses: cloudposse/github-action[email protected]
145145
id: tag
146146
with:
147147
compact: true

0 commit comments

Comments
 (0)