We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4e055 commit 77fbac8Copy full SHA for 77fbac8
1 file changed
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
sudo apt-get install -y graphviz
26
- name: Create RSA key for nanopubs
27
run: |
28
- printf '\n' | setup_profile --orcid_id 'https://orcid.org/0000-0000-0000-0000' --no-publish --name 'test'
+ printf '\n' | setup_nanopub_profile --orcid_id 'https://orcid.org/0000-0000-0000-0000' --no-publish --name 'test'
29
30
- name: Lint with flake8
31
0 commit comments