We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab29db2 commit cc22d92Copy full SHA for cc22d92
.github/workflows/release-trigger.yml
@@ -19,8 +19,8 @@ jobs:
19
server-id: github
20
- name: Configure Git user
21
run: |
22
- git config user.email "actions@github.com"
23
- git config user.name "GitHub Actions"
+ git config user.email "contextmapper-ci@kapferer.ch"
+ git config user.name "Context Mapper CI"
24
- name: Install Graphviz
25
run: sudo apt-get -y install graphviz
26
- name: Cache local Maven repository
0 commit comments