This commit is contained in:
AsafMah 2022-04-05 12:27:27 +03:00
Родитель db5635fc7c
Коммит ba30bd6971
2 изменённых файлов: 12 добавлений и 2 удалений

7
.github/workflows/pin-dependency.yml поставляемый
Просмотреть файл

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

7
.github/workflows/unpin-dependency.yml поставляемый
Просмотреть файл

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