mirror of
https://github.com/clangd/clangd.git
synced 2025-04-19 23:22:59 +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
|
||||
- name: Pick last successful commit
|
||||
id: pick
|
||||
uses: clangd/actions/.github/actions/pick@3fef15e
|
||||
uses: clangd/actions/.github/actions/pick@v0.1.0
|
||||
with:
|
||||
repo: llvm/llvm-project
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user