diff --git a/.github/workflows/test2.yml b/.github/workflows/test2.yml index 6a7ea52..6bddeba 100644 --- a/.github/workflows/test2.yml +++ b/.github/workflows/test2.yml @@ -23,7 +23,6 @@ jobs: git config --global user.name "GitHub Action" BRANCH_NAME=automated-build-$(date +'%Y%m%d%H%M%S') git checkout -b $BRANCH_NAME - git add dist/index.js git diff --quiet && git diff --staged --quiet || git commit -m "Automated build" git push origin $BRANCH_NAME echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV