Skip to content

Commit

Permalink
fix: task 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Buyankin committed Nov 17, 2024
1 parent 0e143b4 commit d7c21d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
BRANCH_NAME="autocoder-branch-${{ github.event.issue.number }}"
git checkout -b "$BRANCH_NAME"
git add autocoder-bot/*
git add -A
git commit -m "Generated code for issue #${{ github.event.issue.number }}"
git push origin "$BRANCH_NAME"
Expand Down

0 comments on commit d7c21d7

Please sign in to comment.