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 f6baa8c commit 17021edCopy full SHA for 17021ed
.github/workflows/on-merge.yml
@@ -30,8 +30,8 @@ jobs:
30
31
- name: Git config
32
run: |
33
- git config user.name "CI Brevz"
34
- git config user.email "ci@brevz.io"
+ git config user.name "CI async_graphql"
+ git config user.email "ci[email protected]"
35
- name: Extract version label
36
id: extract-version-label
37
uses: actions/github-script@v2
README.md
@@ -23,8 +23,6 @@ async-graphql-extension-apollo-tracing is an open-source extension for the crate
23
24
_Tested at Rust version: `rustc 1.53.0 (53cb7b09b 2021-06-17)`_
25
26
-**🇫🇷 Crafted in Nantes, France.**
27
-
28

29
## Features
0 commit comments