Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ruvceskistefan authored Feb 27, 2024
1 parent 801a409 commit 92a564c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,9 @@ runs:
- name: Setup
shell: bash
run: |
echo "Set up the composite action"
echo "Set up the composite action" >> $GITHUB_STEP_SUMMARY
echo "$GITHUB_STEP_SUMMARY"
cat $GITHUB_STEP_SUMMARY
- name: Another arbitrary non-relevant step
shell: bash
run: |
echo "Ignore me"
echo "$GITHUB_STEP_SUMMARY"
cat $GITHUB_STEP_SUMMARY
- name: Wrap Up
shell: bash
run: |
echo "Wrap up the composite action"
echo "Wrap up the composite action" >> $GITHUB_STEP_SUMMARY
echo "$GITHUB_STEP_SUMMARY"
cat $GITHUB_STEP_SUMMARY

0 comments on commit 92a564c

Please sign in to comment.