mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 08:03:00 +00:00
Add v0.1.0 tag in clangd/actions and use it instead of commit hash
This commit is contained in:
parent
6433724038
commit
6a3048ab50
2
.github/workflows/periodic.yaml
vendored
2
.github/workflows/periodic.yaml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Pick last successful commit
|
- name: Pick last successful commit
|
||||||
id: pick
|
id: pick
|
||||||
uses: clangd/actions/.github/actions/pick@3fef15e
|
uses: clangd/actions/.github/actions/pick@v0.1.0
|
||||||
with:
|
with:
|
||||||
repo: llvm/llvm-project
|
repo: llvm/llvm-project
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user