Skip to content

Commit 50e2a11

Browse files
committed
Trying to use outputs variable - was that effected by the change to set-outputs in actions/core?
1 parent 2455118 commit 50e2a11

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/generate-mindmap.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
source: pattern-categorization/innersource-program-mind-map.html
3737
destination: innersource-program-mind-map.png
3838
full-page: false
39-
# - name: Copy Screenshot
40-
# run: cp ${{ steps.screenshot-generator.outputs.path }} .
41-
# - name: Reduce Screenshot Size (PNG)
42-
# run: npx optipng innersource-program-mind-map.png
43-
# - name: Commit Changes
44-
# uses: stefanzweifel/git-auto-commit-action@v4
45-
# with:
46-
# commit_message: Re-creating markmap and screenshot
39+
- name: Copy Screenshot
40+
run: cp ${{ steps.screenshot-generator.outputs.path }} .
41+
- name: Reduce Screenshot Size (PNG)
42+
run: npx optipng innersource-program-mind-map.png
43+
- name: Commit Changes
44+
uses: stefanzweifel/git-auto-commit-action@v4
45+
with:
46+
commit_message: Re-creating markmap and screenshot

0 commit comments

Comments
 (0)