From 2a1ece12999a59cc01da28365c3d60b2f921dbf6 Mon Sep 17 00:00:00 2001 From: staszekscp Date: Mon, 21 Nov 2022 11:33:25 +0100 Subject: [PATCH] signed commit --- .github/workflows/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index acda466efd6a..c6695f5cbf30 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -4,6 +4,7 @@ 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