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 e11b57a commit 713d742Copy full SHA for 713d742
.github/workflows/build-dev-and-ci.yml
@@ -72,6 +72,17 @@ jobs:
72
projectName: graphite-dev
73
directory: frontend/dist
74
75
+ - name: 💬 Comment build link
76
+ uses: actions/github-script@v6
77
+ with:
78
+ script: |
79
+ github.rest.repos.createCommitComment({
80
+ owner: context.repo.owner,
81
+ repo: context.repo.repo,
82
+ commit_sha: github.sha,
83
+ body: '| 📦 **Build Complete** |\n|-|\n| [${{ steps.cloudflare.outputs.url }}](${{ steps.cloudflare.outputs.url }}) |'
84
+ })
85
+
86
- name: 👕 Lint Graphite web formatting
87
env:
88
NODE_ENV: production
0 commit comments