Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
avichai-sealights committed Aug 13, 2024
1 parent 4ae2aea commit 89bd12d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:

- name: Output user info
run: |
echo "Response: ${{ fromJson(steps.get_user.outputs.data) }}"
echo "Git user: ${{ fromJson(steps.get_user.outputs.data).login }}"
echo "Git email: ${{ fromJson(steps.get_user.outputs.data).email }}"
- name: Publish to npm
Expand Down

0 comments on commit 89bd12d

Please sign in to comment.