Skip to content

Commit 61dfabd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
if: github.event_name == 'pull_request_target'
6868
run: |
6969
c = ${{ github.event.pull_request.base.sha }}
70-
git show ${c}:MAINTAINERS.yml > old_MAINTAINER.yml
70+
git show ${{c}}:MAINTAINERS.yml > old_MAINTAINER.yml
7171
python ./scripts/check_maintainer_changes.py --repo zephyrproject-rtos/zephyr old_MAINTAINER.yml MAINTAINERS.yml

0 commit comments

Comments
 (0)