Skip to content

Commit

Permalink
Merge pull request #12882 from staszekscp/contribution
Browse files Browse the repository at this point in the history
[NoQA] dummy change to be reverted so workflows run without approval
  • Loading branch information
mountiny authored Nov 21, 2022
2 parents 3528ad5 + 2a1ece1 commit 17b14f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## 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 17b14f6

Please sign in to comment.