Skip to content

Commit

Permalink
test: display outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
777abhi committed May 31, 2023
1 parent 060d8ae commit 156ab11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Display RANDOM_WORD
run: |
echo "RANDOM_WORD=${{ steps.random_word.outputs.RANDOM_WORD }}"
echo "RANDOM_WORD=${{ steps.random_word.outputs }}"

0 comments on commit 156ab11

Please sign in to comment.