We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7463bd5 commit 2817fa3Copy full SHA for 2817fa3
1 file changed
.github/workflows/ci.yml
@@ -65,9 +65,14 @@ jobs:
65
fits2bitmap -o original_${{ env.BRANCH_NAME }}.png reference/RomanWAS_new/images/truth/Roman_WAS_truth_J129_12909_4.fits.gz
66
fits2bitmap -o new_${{ env.BRANCH_NAME }}.png output/RomanWAS_new/images/truth/Roman_WAS_truth_J129_12909_4.fits.gz
67
68
+ # Trust the workspace for git
69
+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
70
+
71
- name: Comment on PR with Images
72
if: env.IMAGE_CHANGED == 'true' && github.event_name == 'pull_request'
73
uses: opengisch/comment-pr-with-images@upload_only
74
+ env:
75
+ GIT_CONFIG_PARAMETERS: "'safe.directory=/github/workspace'"
76
with:
77
images: "original_${{ env.BRANCH_NAME }}.png,new_${{ env.BRANCH_NAME }}.png"
78
upload_to: github_branch
0 commit comments