Skip to content

Commit e69bf8c

Browse files
committed
Merge 'master' (except snapcraft.yaml)
2 parents cdb11bd + c92c152 commit e69bf8c

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/update-readme.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
---
2-
name: Update readme and trigger sync
1+
name: automation
32
on:
43
workflow_dispatch:
54
# Run daily at 11:45 UTC.
65
schedule:
76
- cron: '45 11 * * *'
87

98
jobs:
10-
update_readme:
9+
# Updates the timestamp in README.md, which triggers a "push" event.
10+
bump_timestamp:
1111
permissions:
1212
contents: write
1313
runs-on: ubuntu-latest

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,21 @@ distributions.</p>
88

99
## Install
1010

11+
### Stable release
12+
1113
```sh
1214
sudo snap install nvim --classic
1315
```
1416

17+
### Nightly release
18+
```sh
19+
sudo snap install nvim --edge --classic
20+
```
21+
1522
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/nvim)
1623

1724
## Last Launchpad Sync
1825

1926
<!-- 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
2128
<!-- END SYNC INFO -->

0 commit comments

Comments
 (0)