File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 48
48
id : new_release_body
49
49
run : |
50
50
$date_str = Get-Date
51
- $body_str = 'New release as of ' + $date_str.ToString()
51
+ $body_str = 'Newest release as of ' + $date_str.ToString() + ' UTC.'
52
52
echo "::set-output name=content::$body_str"
53
53
54
54
- name : Create Release
77
77
sed -i "s/${{ steps.latest_release.outputs.tag_old }}/${{ steps.latest_release.outputs.tag }}/g" README.md
78
78
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
79
79
git config user.name "github-actions[bot]"
80
- git commit -am "Updated README with installation of v ${{ steps.latest_release.outputs.tag }}"
80
+ git commit -am "Updated README with installation of ${{ steps.latest_release.outputs.tag }}"
81
81
git push
82
82
shell : bash
Original file line number Diff line number Diff line change @@ -18,6 +18,16 @@ Linux inspired cli calendar program brought to life on Windows with Python
18
18
19
19
3 . Restart your console.
20
20
21
+ 4 . If you are facing any problem, check the [ Troubleshooting] ( #troubleshooting ) section.
22
+
23
+ ## Uninstalling
24
+
25
+ Copy, paste and run the following:
26
+
27
+ ``` cmd
28
+ cmd /c "for /f "delims=" %i in ('where cal') do del "%i""
29
+ ```
30
+
21
31
## Usage
22
32
``` cmd
23
33
usage: cal [-h] [-y YEAR] [-m MONTH]
@@ -68,4 +78,4 @@ cmd /c "reg add HKCU\Console /v VirtualTerminalLevel /t REG_DWORD /d 1 /f"
68
78
Then restart your console application.
69
79
70
80
## License
71
- © 2023 digitalguy99. This project is licensed under the terms of the MIT license.
81
+ © 2023 digitalguy99. This project is licensed under the terms of the MIT license.
You can’t perform that action at this time.
0 commit comments