Skip to content

Commit

Permalink
echo vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Рахимов Рустам (Rakhimov_RR) authored and Рахимов Рустам (Rakhimov_RR) committed Feb 16, 2024
1 parent 6bf1012 commit 58219d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Use variables
run: echo "CURRENT_TOOL is ${{ vars.CURRENT_TOOL }}"
run: |
echo "CURRENT_TOOL is ${{ vars.CURRENT_TOOL }}"
echo "vars is ${{ vars }}"
alpine-musl:
if: ${{ vars.CURRENT_TOOL == github.workflow }}
Expand Down

0 comments on commit 58219d7

Please sign in to comment.