Skip to content

Commit

Permalink
Update repo actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Jan 18, 2024
1 parent 50a5db6 commit 6ceb091
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 8 deletions.
5 changes: 3 additions & 2 deletions dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@font-face {
font-family: "codicon";
font-display: block;
src: url("./codicon.ttf?d9b1109d9920b1dd6ff18f1cfd343f63") format("truetype");
src: url("./codicon.ttf?f9c1a7f3d590fb0313e096a3696d92d8") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -596,7 +596,7 @@
.codicon-piano:before { content: "\ec1a" }
.codicon-music:before { content: "\ec1b" }
.codicon-mic-filled:before { content: "\ec1c" }
.codicon-git-fetch:before { content: "\ec1d" }
.codicon-repo-fetch:before { content: "\ec1d" }
.codicon-copilot:before { content: "\ec1e" }
.codicon-lightbulb-sparkle:before { content: "\ec1f" }
.codicon-robot:before { content: "\ec20" }
Expand All @@ -614,3 +614,4 @@
.codicon-run-coverage:before { content: "\ec2c" }
.codicon-run-all-coverage:before { content: "\ec2d" }
.codicon-coverage:before { content: "\ec2e" }
.codicon-git-fetch:before { content: "\f101" }
3 changes: 2 additions & 1 deletion dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ gift,,EAF9
gist-secret,,EAFA
git-commit,,EAFC
git-compare,,EAFD
git-fetch,,EC1D
git-fetch,,F101
git-merge,,EAFE
git-pull-request-closed,,EBDA
git-pull-request-create,,EBBC
Expand Down Expand Up @@ -317,6 +317,7 @@ replace-all,,EB3C
replace,,EB3D
reply,,EA7D
repo-clone,,EB3E
repo-fetch,,EC1D
repo-force-push,,EB3F
repo-forked,,EA63
repo-pull,,EB40
Expand Down
8 changes: 8 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -2705,6 +2705,14 @@ <h1>codicon</h1>
<span class='label'>repo-clone</span>
<span class='description'></span>
</div>
<div class="icon" data-name="repo-fetch" title="repo-fetch">
<span class="inner">
<i class="codicon codicon-repo-fetch" aria-hidden="true"></i>
</span>
<br>
<span class='label'>repo-fetch</span>
<span class='description'></span>
</div>
<div class="icon" data-name="repo-force-push" title="repo-force-push">
<span class="inner">
<i class="codicon codicon-repo-force-push" aria-hidden="true"></i>
Expand Down
2 changes: 1 addition & 1 deletion dist/codicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/codicon.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/repo-fetch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/repo-force-push.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/repo-pull.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/repo-push.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
"piano": 60442,
"music": 60443,
"mic-filled": 60444,
"git-fetch": 60445,
"repo-fetch": 60445,
"copilot": 60446,
"lightbulb-sparkle": 60447,
"robot": 60448,
Expand Down

0 comments on commit 6ceb091

Please sign in to comment.