Skip to content

Commit b8cd11c

Browse files
committed
👔 Cap exported owner type at 4 chars
1 parent 6d57901 commit b8cd11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/delete_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
else
3535
OWNER_TYPE=org
3636
fi
37-
echo "OWNER_TYPE=${OWNER_TYPE}" >> $GITHUB_ENV
37+
echo "OWNER_TYPE=${OWNER_TYPE:0:4}" >> $GITHUB_ENV
3838
if [[ "${{ matrix.variant }}" != "" ]]
3939
then
4040
VARIANT="-${{ matrix.variant }}"

0 commit comments

Comments
 (0)