Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chkfung committed Apr 4, 2024
1 parent 553c0fb commit 5d477df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d477df

Please sign in to comment.