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 030f1b3 commit 1107cb0Copy full SHA for 1107cb0
.github/workflows/documentation-links.yml
.github/workflows/update.yml
@@ -37,6 +37,16 @@ jobs:
37
clean: false
38
git-config-name: github-actions[bot]
39
git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
40
+ - name: Update PR description if pull request
41
+ if: github.event_name == 'pull_request'
42
+ uses: chabroA/[email protected]
43
+ with:
44
+ auth: ${{ secrets.GITHUB_TOKEN }}
45
+ repo: ${{ github.event.repository.name }}
46
+ owner: ${{ github.repository_owner }}
47
+ pr: ${{ github.event.number }}
48
+ url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ github.ref_name }}"
49
+ message: "📊 Dashboard preview:"
50
- name: Debug index.html if pull request
51
if: github.event_name == 'pull_request'
52
run: |
0 commit comments