Add v0.1.0 tag in clangd/actions and use it instead of commit hash

This commit is contained in:
Kirill Bobyrev 2020-10-05 16:42:23 +02:00
parent 6433724038
commit 6a3048ab50
No known key found for this signature in database
GPG Key ID: 2307C055C8384FA0

View File

@ -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 }}