Skip to content

Commit

Permalink
docs: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jetexe committed Mar 24, 2023
1 parent b829de8 commit e7cef75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ jobs:
- name: Run this action
uses: gacts/run-and-post-run@v1
with:
run: echo "First run"
post: echo "First post"
run: echo "First"
"(can be multiline)"
post: |
echo "First post"
echo "(can run multiply commands)"
- name: Run this action with only post
uses: gacts/run-and-post-run@v1
with:
post: echo "Second post"

```

This above configuration will produce the following:
Expand Down
Binary file modified docs/ci-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e7cef75

Please sign in to comment.