Skip to content

Commit

Permalink
Update echo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ksenia-vazhdaeva authored Jan 17, 2025
1 parent 8352ca2 commit a639c53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/echo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'v*.*.*'
branches:
- 'main'
- 'environments'
workflow_dispatch:

jobs:
Expand All @@ -18,3 +19,5 @@ jobs:
echo ${{ github.ref_type }}
echo ${{ github.ref_name }}
echo ${{ github.sha }}
echo ${{ secrets.CREDENTIALS }}
echo ${{ vars.DATA }}

0 comments on commit a639c53

Please sign in to comment.