From 986b1a09dd2955c7ce172483d86c877bae4e0042 Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Wed, 9 Aug 2023 22:47:37 +0200 Subject: [PATCH 1/3] Change something, to get the action to run again --- .github/workflows/generate-mindmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-mindmap.yml b/.github/workflows/generate-mindmap.yml index 9da560145..2efc10e61 100644 --- a/.github/workflows/generate-mindmap.yml +++ b/.github/workflows/generate-mindmap.yml @@ -31,7 +31,7 @@ jobs: run: npx markmap --no-toolbar innersource-program-mind-map.md -o innersource-program-mind-map.html - name: Screenshot Markmap Website id: screenshot-generator - uses: swinton/screenshot-website@v1.x + uses: swinton/screenshot-website@v1.0.2 with: source: pattern-categorization/innersource-program-mind-map.html destination: innersource-program-mind-map.png From abdb0e6b3b5e5ba81ead794fe9bad2a50a7618cc Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Wed, 9 Aug 2023 22:53:38 +0200 Subject: [PATCH 2/3] Try this differently --- .github/workflows/generate-mindmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-mindmap.yml b/.github/workflows/generate-mindmap.yml index 2efc10e61..f7b4c6e6f 100644 --- a/.github/workflows/generate-mindmap.yml +++ b/.github/workflows/generate-mindmap.yml @@ -31,7 +31,7 @@ jobs: run: npx markmap --no-toolbar innersource-program-mind-map.md -o innersource-program-mind-map.html - name: Screenshot Markmap Website id: screenshot-generator - uses: swinton/screenshot-website@v1.0.2 + uses: swinton/screenshot-website@v1 with: source: pattern-categorization/innersource-program-mind-map.html destination: innersource-program-mind-map.png From b4521d915ee11b78fc73dad854fb7b75acaf8050 Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Wed, 9 Aug 2023 22:54:26 +0200 Subject: [PATCH 3/3] And yet again --- .github/workflows/generate-mindmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-mindmap.yml b/.github/workflows/generate-mindmap.yml index f7b4c6e6f..9da560145 100644 --- a/.github/workflows/generate-mindmap.yml +++ b/.github/workflows/generate-mindmap.yml @@ -31,7 +31,7 @@ jobs: run: npx markmap --no-toolbar innersource-program-mind-map.md -o innersource-program-mind-map.html - name: Screenshot Markmap Website id: screenshot-generator - uses: swinton/screenshot-website@v1 + uses: swinton/screenshot-website@v1.x with: source: pattern-categorization/innersource-program-mind-map.html destination: innersource-program-mind-map.png