Skip to content

Commit

Permalink
fix: custom action name
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroerta committed May 30, 2022
1 parent d019bbf commit d298644
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/bootstrap-morfeo-action.yml
- uses: ./.github/workflows/bootstrap-morfeo-action

- name: Bootstrap Docs
run: yarn bootstrap:docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-web-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/bootstrap-morfeo-action.yml
- uses: ./.github/workflows/bootstrap-morfeo-action

- name: Bootstrap Web Extension
run: yarn bootstrap:web-extension
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/bootstrap-morfeo-action.yml
- uses: ./.github/workflows/bootstrap-morfeo-action

- name: Run tests
run: yarn test:ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/bootstrap-morfeo-action.yml
- uses: ./.github/workflows/bootstrap-morfeo-action

- name: Bootstrap Web Extension
run: yarn bootstrap:web-extension
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/bootstrap-morfeo-action.yml
- uses: ./.github/workflows/bootstrap-morfeo-action

# TODO: Verify if this step is still needed
- name: Assume unchanged for changed files
Expand Down

0 comments on commit d298644

Please sign in to comment.