Skip to content

Commit 1107cb0

Browse files
committed
Move PR description update to update workflow
1 parent 030f1b3 commit 1107cb0

File tree

2 files changed

+10
-29
lines changed

2 files changed

+10
-29
lines changed

.github/workflows/documentation-links.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/update.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ jobs:
3737
clean: false
3838
git-config-name: github-actions[bot]
3939
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:"
4050
- name: Debug index.html if pull request
4151
if: github.event_name == 'pull_request'
4252
run: |

0 commit comments

Comments
 (0)