We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61863d0 commit 8d44283Copy full SHA for 8d44283
.github/workflows/generate-mindmap.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: screenshots-ci-action
52
uses: flameddd/screenshots-ci-action@master
53
with:
54
- url: file://${{ GITHUB_WORKSPACE }}/pattern-categorization/innersource-program-mind-map.html
+ url: file://${{ github.workspace }}/pattern-categorization/innersource-program-mind-map.html
55
# devices: iPhone 6,iPhone 6 landscape,Nexus 7,Pad Pro,Galaxy S III landscape,iPad Pro landscape
56
# - uses: actions/upload-artifact@v2 # Upload screenshots to Actions Artifacts via actions/upload-artifact@v2
57
# with:
0 commit comments