Skip to content

Commit

Permalink
minorFix
Browse files Browse the repository at this point in the history
  • Loading branch information
TongaIDH committed Nov 18, 2024
1 parent 7f67ef5 commit 2566363
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Steps
run: echo "{markdown content}" >> $GITHUB_STEP_SUMMARY


- name: Set the value
run: |
echo "{steps}" >> $GITHUB_STEP_SUMMARY
- name: Cypress run
uses: cypress-io/github-action@v6
with:
start: npx cypress run

- name: Use the value
run: |
printf '%s\n' "$steps"

0 comments on commit 2566363

Please sign in to comment.