From 620769c0c955b3e37071bafe9093cd90e77ae245 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Tue, 12 Apr 2022 09:39:17 -0500 Subject: [PATCH 1/4] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7d7f0b..6bfce09 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# contexts-testing \ No newline at end of file +# contexts-testing + +test From 8d01fe79872e254d454c37fae3edd59bea8fdc73 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Fri, 19 Aug 2022 14:45:21 -0500 Subject: [PATCH 2/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6bfce09..45f85e8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # contexts-testing test + +test From fa6bdc3efd38d271a595487989bc4e8cd063ab51 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Tue, 13 Sep 2022 10:49:06 -0500 Subject: [PATCH 3/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 45f85e8..49a29fc 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ test test + +test From 959472b88a7f8769f421536a0ce2aaaae4c3dbe3 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Tue, 13 Sep 2022 10:51:30 -0500 Subject: [PATCH 4/4] Update contexts.yml --- .github/workflows/contexts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contexts.yml b/.github/workflows/contexts.yml index 0892748..0088f1e 100644 --- a/.github/workflows/contexts.yml +++ b/.github/workflows/contexts.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Dump GitHub context id: github_context_step - run: echo '${{ toJSON(github) }}' + run: echo "${{ toJSON(github) }}" - name: Dump job context run: echo '${{ toJSON(job) }}' - name: Dump steps context