Skip to content

Commit

Permalink
single line script
Browse files Browse the repository at this point in the history
  • Loading branch information
housten authored Jun 12, 2024
1 parent 72a1220 commit 80b432f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ jobs:

steps:
- name: step1
run: |
echo "hello ${{ github.event.inputs.namefield }}!"
echo "hello ${{ github.event.inputs.namefield }}!" >> $GITHUB_STEP_SUMMARY
run: echo "hello ${{ github.event.inputs.namefield }}!" ; echo "hello ${{ github.event.inputs.namefield }}!" >> $GITHUB_STEP_SUMMARY

0 comments on commit 80b432f

Please sign in to comment.