Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
Miłosz Thiede committed Feb 11, 2024
1 parent 585a201 commit 5514e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
- name: Authenticate to git
run: echo https://majlitech:${{ secrets.GITHUB_TOKEN }}@github.com > ~/.git-credentials
- name: Push to repo
run: bash -c "git add min-css; git commit -m 'Minified CSS ($(git rev-parse HEAD | head -c 7))'; git push"
run: bash -c "git add min-css; git commit -m 'Minify CSS (commit $(git rev-parse HEAD | head -c 7))'; git push"
# <waiting for response from w3c (https://github.com/w3c/css-validator/issues/413)>

0 comments on commit 5514e3d

Please sign in to comment.