Skip to content

Commit

Permalink
12313
Browse files Browse the repository at this point in the history
  • Loading branch information
tranphuocloc070699 committed Jul 28, 2023
1 parent 892d8cc commit a21142b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,9 @@ jobs:
<a href="https://github.com/${{ github.repository }}/commit/${{github.sha}}"><strong>Open URL</strong></a>
format: html
disable_web_page_preview: true

- name: print last job status
if: always()
run: echo "job status is ${{job.status}}"

- name: Check last job status
id: lastJobStatus
if: always() && ${{job.status}}== 'failure'
if: ${{always() && failure()}}
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_BLOG_CHANEL_ID }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class ServerApplication {
public static void main(String[] args) {

SpringApplication.run(ServerApplication.class, args);
System.out.println("gello");

}

}

0 comments on commit a21142b

Please sign in to comment.