We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6390659 commit 3d4e4d2Copy full SHA for 3d4e4d2
.github/workflows/jamo-deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/login-action@v3
27
with:
28
registry: registry.nersc.gov
29
- username: ${{ env.REGISTRY_USERNAME }}
+ username: ${{ vars.REGISTRY_USERNAME }}
30
password: ${{ secrets.REGISTRY_PASSWORD }}
31
32
- name: Build and push image
data_management/jamo/jat/src/jat/analysis.py
@@ -281,7 +281,6 @@ class Analysis(MongoRestful):
281
'Resequencing']
282
283
def __init__(self, config=None):
284
-
285
# config should be required, but when config added, needed to default to None
286
if config is not None:
287
self.config = config
0 commit comments