Skip to content

Commit

Permalink
rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Sep 9, 2024
1 parent b173e40 commit 3d788e2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Posts a comment listing all the variables that changed in a PR
name: v8 Diff for design tokens
name: Diff for design tokens
on:
pull_request:
branches-ignore:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install dependecies for diffing
run: npm install shelljs

- name: Diff v8 tokens
- name: Diff tokens
id: diff-files
uses: actions/github-script@v7
with:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
core.summary.clear()
core.summary.addHeading('V8 Design Token Diff', '1')
core.summary.addHeading('Design Token Diff', '1')
if (diffs.length === 0) {
core.summary.addRaw('No design tokens changed', true)
Expand Down

0 comments on commit 3d788e2

Please sign in to comment.