Skip to content

Commit d766c9b

Browse files
committed
var2
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 61dfabd commit d766c9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/assigner.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,5 @@ jobs:
6666
- name: Check maintainer file changes
6767
if: github.event_name == 'pull_request_target'
6868
run: |
69-
c = ${{ github.event.pull_request.base.sha }}
70-
git show ${{c}}:MAINTAINERS.yml > old_MAINTAINER.yml
69+
git show ${{ github.event.pull_request.base.sha }}:MAINTAINERS.yml > old_MAINTAINER.yml
7170
python ./scripts/check_maintainer_changes.py --repo zephyrproject-rtos/zephyr old_MAINTAINER.yml MAINTAINERS.yml

0 commit comments

Comments
 (0)