Skip to content

Commit 1102d51

Browse files
change file name in message
1 parent 6f1e276 commit 1102d51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-platform-branch.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ jobs:
119119
echo "Committing file: $file"
120120
121121
CONTENT=$(base64 -i $file)
122-
FILENAME=$(basename $file)
123-
MESSAGE="Update $FILENAME to match platform tag $LATEST_TAG"
122+
MESSAGE="Update $file to match platform tag $LATEST_TAG"
124123
125124
SHA=$( git rev-parse $BRANCH_NAME:$file 2>/dev/null | grep -E '^[0-9a-f]{40}$' || echo "" )
126125
if [ -z "$SHA" ]; then

0 commit comments

Comments
 (0)