Skip to content

Commit df0a309

Browse files
authored
Merge pull request #25 from camptocamp/c2cciutils-upgrade
CI updates
2 parents 99bb967 + d7e0112 commit df0a309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-automation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
}
6666
`)
6767
if: |-
68-
github.event.pull_request.user.login == 'c2c-bot-gis-ci'
68+
github.event.pull_request.user.login == 'c2c-bot-gis-ci-2'
6969
&& startsWith(github.head_ref, 'snyk-fix/')
7070
&& (github.event.action == 'opened'
7171
|| github.event.action == 'reopened')
@@ -89,7 +89,7 @@ jobs:
8989
});
9090
}
9191
if: |-
92-
github.event.pull_request.user.login == 'c2c-bot-gis-ci'
92+
github.event.pull_request.user.login == 'c2c-bot-gis-ci-2'
9393
&& (startsWith(github.head_ref, 'snyk-fix/')
9494
|| startsWith(github.head_ref, 'dpkg-update/'))
9595
&& github.event.action == 'closed'

0 commit comments

Comments
 (0)