We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372c8c1 commit 55facfaCopy full SHA for 55facfa
2 files changed
.github/workflows/job-deploy-windows.yml
@@ -297,6 +297,7 @@ jobs:
297
--assignee ${{ secrets.AZURE_CLIENT_ID }} \
298
--role "Contributor" \
299
--scope /subscriptions/${{ secrets.AZURE_SUBSCRIPTION_ID }}/resourceGroups/$INPUT_RESOURCE_GROUP_NAME
300
+
301
- name: Generate Deployment Summary
302
if: always()
303
shell: bash
.github/workflows/pylint.yml
@@ -2,6 +2,7 @@ name: PyLint
2
permissions:
3
contents: read
4
actions: read
5
6
on:
7
push:
8
paths:
0 commit comments