Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Feb 22, 2024
1 parent e45981e commit 13f9cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-version: "3.12"
cache: "pip" # caching pip dependencies
- run: pip install .
- run: backoffice publis "${{ inputs.resource_id }}" "${{ inputs.stage_nr }}"
- run: backoffice publish "${{ inputs.resource_id }}" "${{ inputs.stage_nr }}"
# - name: Publish to Zenodo
# run: |
# python .github/scripts/update_status.py "${{ inputs.resource_path }}" "Publishing to Zenodo" "5"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cache: "pip" # caching pip dependencies
- run: pip install .
- id: stage
run: bakcoffice stage "${{ inputs.resource_id }}" "${{ inputs.package_url }}"
run: backoffice stage "${{ inputs.resource_id }}" "${{ inputs.package_url }}"

test:
needs: stage
Expand Down

0 comments on commit 13f9cb8

Please sign in to comment.