Skip to content

Commit

Permalink
JSON encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Aug 26, 2024
1 parent 4e33b7b commit ac3f9dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/CUSTOM.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## Run Multiple

```sh { name=run1 }
```sh {"id":"01J68AK60YQ8QCQM39X585YHV0","name":"run1"}
echo "First Run"
```

```sh { name=run2 }
```sh {"id":"01J68AK60YQ8QCQM39X8ZH34XG","name":"run2"}
echo "Second Run"
```

```sh { name=run3 }
```sh {"id":"01J68AK60YQ8QCQM39X9B0515G","name":"run3"}
echo "Third Run"
```
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Action Test Markdown

```sh { name=testMe }
```sh {"id":"01J68AKEPXAFZNRZWGTF6PZ4BR","name":"testMe"}
echo "Hello World"
```

0 comments on commit ac3f9dd

Please sign in to comment.