Update jinja2 #722
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull request | |
on: pull_request | |
jobs: | |
# Comment | |
comment-gui-screenshots: | |
name: '🖍 Comment GUI screenshots' | |
if: github.event.pull_request.head.repo.full_name == 'Renumics/spotlight' | |
permissions: | |
pull-requests: write | |
runs-on: ubuntu-latest | |
env: | |
AZURE_FOLDER_URL: https://spotlightpublic.blob.core.windows.net/github-public/${{ github.repository }}/${{ github.event.pull_request.head.sha }}/screenshots | |
steps: | |
- name: '🖍 Comment GUI screenshots' | |
uses: thollander/actions-comment-pull-request@v2 | |
with: | |
comment_tag: gui-screenshots | |
pr_number: ${{ github.event.pull_request.number }} | |
message: | | |
### GUI in Chrome | |
 | |
<details> | |
<summary>Diff to the last main</summary> | |
 | |
</details> | |
### GUI in Firefox | |
 | |
<details> | |
<summary>Diff to the last main</summary> | |
 | |
</details> | |
reactions: eyes |