Skip to content

Commit

Permalink
Merge pull request #157 from healthy-food-and-dietary-products/featur…
Browse files Browse the repository at this point in the history
…e/workflow-file

feat: change workflow file
  • Loading branch information
jsapro authored Dec 20, 2023
2 parents 01f45de + 914dabe commit 3372b3c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/good_food_frontend_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ jobs:
check_codestyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: send start message
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
${{ github.workflow }} started!
Repository: ${{ github.repository }}.
Branch name: ${{ github.ref_name }}.
Commit author: ${{ github.actor }}.
Commit message: ${{ github.event.commits[0].message }}.
- name: Use Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 3372b3c

Please sign in to comment.