File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- name : Update readme and trigger sync
1
+ name : automation
3
2
on :
4
3
workflow_dispatch :
5
4
# Run daily at 11:45 UTC.
6
5
schedule :
7
6
- cron : ' 45 11 * * *'
8
7
9
8
jobs :
10
- update_readme :
9
+ # Updates the timestamp in README.md, which triggers a "push" event.
10
+ bump_timestamp :
11
11
permissions :
12
12
contents : write
13
13
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -8,14 +8,21 @@ distributions.</p>
8
8
9
9
## Install
10
10
11
+ ### Stable release
12
+
11
13
``` sh
12
14
sudo snap install nvim --classic
13
15
```
14
16
17
+ ### Nightly release
18
+ ``` sh
19
+ sudo snap install nvim --edge --classic
20
+ ```
21
+
15
22
[ ![ Get it from the Snap Store] ( https://snapcraft.io/static/images/badges/en/snap-store-black.svg )] ( https://snapcraft.io/nvim )
16
23
17
24
## Last Launchpad Sync
18
25
19
26
<!-- BEGIN SYNC INFO -->
20
- Last sync to launchpad: Thu Oct 3 11:21:00 UTC 2024
27
+ Last sync to launchpad: Thu Oct 3 11:36:45 UTC 2024
21
28
<!-- END SYNC INFO -->
You can’t perform that action at this time.
0 commit comments