Skip to content

Commit

Permalink
Merge pull request #12 from yanosea/11-fix-github-actions-workflow
Browse files Browse the repository at this point in the history
11 fix GitHub actions workflow
  • Loading branch information
yanosea authored Mar 22, 2024
2 parents 7ddd850 + 2b8c528 commit 1bf746e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
git fetch origin main
git reset origin/main
git restore .
git clean -df
sh ${DOCKER_START_SCRIPT}
exit
exit
"
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3
- uses: hmarr/auto-approve-action@v4

0 comments on commit 1bf746e

Please sign in to comment.