Skip to content

Commit

Permalink
Merge pull request #9 from DabrowskiAdamPG/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
PavanMudigonda authored Aug 20, 2024
2 parents 8c5749b + ec6b308 commit 64eaa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ runs:
echo "Your GitHub Pages URL: $REPORT_URL"
else
echo "site already present"
REPORT_URL=$(jq -r '.html_url' ${{ inputs.external_repository }}/gh-pages.json | tr -d '"' | xargs)
REPORT_URL=$(jq -r '.html_url' ${GITHUB_WORKSPACE}/gh-pages.json | tr -d '"' | xargs)
REPORT_URL="${REPORT_URL%/}"
echo "Your GitHub Pages URL: $REPORT_URL"
fi;

0 comments on commit 64eaa12

Please sign in to comment.