Skip to content

Commit 89a1eab

Browse files
committed
test2
1 parent 5d477df commit 89a1eab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
git config --global user.name "GitHub Action"
2424
BRANCH_NAME=automated-build-$(date +'%Y%m%d%H%M%S')
2525
git checkout -b $BRANCH_NAME
26+
git add dist/index.js
2627
git diff --quiet && git diff --staged --quiet || git commit -m "Automated build"
2728
git push origin $BRANCH_NAME
2829
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ try {
2727
console.log(`Successfully override version code ${versionCode}`)
2828
if (versionName.length > 0)
2929
console.log(`Successfully override version code ${versionName}`)
30-
core.setOutput("result", `Done`);
30+
core.setOutput("result", `Done.`);
3131
});
3232
});
3333

0 commit comments

Comments
 (0)