Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/actions.install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
Use this file as an example to install and use the scripts.

- run: run-with-summary which run-with-summary
working-directory: .custom
env:
SUCCESS: "run-with-summary is installed."
DEBUG: yes


- run: run-with-summary curl https://api.github.com/
env:
SUCCESS: GitHub API is active
Expand Down
Loading