Compare commits
1 Commits
main
...
release-pl
| Author | SHA1 | Date |
|---|---|---|
|
|
cda92005ba |
|
|
@ -9,11 +9,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'folke' }}
|
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'folke' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v4
|
||||||
- uses: folke/github/neovim@main
|
- uses: folke/github/neovim@main
|
||||||
- name: Rockspec Build
|
- name: Rockspec Build
|
||||||
id: rockspec-build
|
id: rockspec-build
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: build
|
path: build
|
||||||
key: rockspec-build
|
key: rockspec-build
|
||||||
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
nvim -l lua/lazy/build.lua
|
nvim -l lua/lazy/build.lua
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v7
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: "chore(build): auto-generate rockspec mappings"
|
commit_message: "chore(build): auto-generate rockspec mappings"
|
||||||
commit_user_name: "github-actions[bot]"
|
commit_user_name: "github-actions[bot]"
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: docs
|
ref: docs
|
||||||
- name: Generate Docs
|
- name: Generate Docs
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue