Skip to content

Commit

Permalink
Fixed tokens changed output
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Jul 2, 2024
1 parent 5e98f6b commit e7e9e33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tokens-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cd ../..
git add .
git commit -m 'Regenerate yarn.lock'
# git push
git push
- name: Compare tokens
run: |
cd dist/js
Expand All @@ -39,6 +39,7 @@ jobs:
if diff -q colors.js colors_new.js > /dev/null; then
echo "Files have the same contents."
echo "TOKENS_CHANGED=false" >> $GITHUB_ENV
else
echo "Files have different contents."
echo "TOKENS_CHANGED=true" >> $GITHUB_ENV
Expand All @@ -57,7 +58,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*TEST* Dependabot found an update to *@department-of-veterans-affairs/css-library}*"
"text": "*TEST* Dependabot found an update to *@department-of-veterans-affairs/css-library*"
}
},
{
Expand Down

0 comments on commit e7e9e33

Please sign in to comment.