Skip to content

Commit

Permalink
markdown change to trigger retry
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Nov 10, 2023
1 parent 971ca1b commit d42f801
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
## Important tip for creating GitHub Workflows
All inputs and outputs to GitHub Actions and any data passed between jobs or workflows is JSON-encoded (AKA, strings). Keep this in mind whenever writing GitHub workflows – you may need to JSON-decode variables to access them accurately. Here's an example of a common way to misuse GitHub Actions data:



```yaml
name: CI
on: pull_request
Expand Down

0 comments on commit d42f801

Please sign in to comment.