mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
ci: fix action name
This commit is contained in:
parent
791da0f8df
commit
8f76751f99
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build-base.yaml
vendored
4
.github/workflows/build-base.yaml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
- name: Change repository string to lowercase
|
||||
id: repositorystring
|
||||
uses: Entepotenz/change-string-case-action@v1
|
||||
uses: Entepotenz/change-string-case-action-min-dependencies@v1.1.0
|
||||
with:
|
||||
string: ${{ github.repository }}
|
||||
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
- name: Change repository string to lowercase
|
||||
id: repositorystring
|
||||
uses: Entepotenz/change-string-case-action@v1
|
||||
uses: Entepotenz/change-string-case-action-min-dependencies@v1.1.0
|
||||
with:
|
||||
string: ${{ github.repository }}
|
||||
|
||||
|
|
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- name: Change repository string to lowercase
|
||||
id: repositorystring
|
||||
uses: Entepotenz/change-string-case-action@v1
|
||||
uses: Entepotenz/change-string-case-action-min-dependencies@v1.1.0
|
||||
with:
|
||||
string: ${{ github.repository }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue