Fixed push
This commit is contained in:
Родитель
db5635fc7c
Коммит
ba30bd6971
|
@ -17,4 +17,9 @@ jobs:
|
|||
git config --global user.name 'Asaf mahlev'
|
||||
git config --global user.email 'AsafMah@users.noreply.github.com'
|
||||
git commit -am "Pin azure-kusto-ingest version to azure-kusto-data@$(npm pkg get version | tr -d '"')"
|
||||
git push
|
||||
- name: Pushing to the protected branch 'master'
|
||||
uses: CasperWA/push-protected@v2
|
||||
with:
|
||||
token: ${{ secrets.PUSH_TOKEN }}
|
||||
branch: master
|
||||
unprotect_reviews: true
|
||||
|
|
|
@ -17,4 +17,9 @@ jobs:
|
|||
git config --global user.name 'Asaf mahlev'
|
||||
git config --global user.email 'AsafMah@users.noreply.github.com'
|
||||
git commit -am "Unpin azure-kusto-ingest version to azure-kusto-data latest"
|
||||
git push
|
||||
- name: Pushing to the protected branch 'master'
|
||||
uses: CasperWA/push-protected@v2
|
||||
with:
|
||||
token: ${{ secrets.PUSH_TOKEN }}
|
||||
branch: master
|
||||
unprotect_reviews: true
|
||||
|
|
Загрузка…
Ссылка в новой задаче