-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #573 from kuzzleio/develop
- Loading branch information
Showing
7 changed files
with
22 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ on: | |
workflow_dispatch: | ||
inputs: | ||
repo_name: | ||
description: "The name of the repository that triggered the workflow" | ||
description: 'The name of the repository that triggered the workflow' | ||
required: true | ||
branch: | ||
description: "The branch of the child repo to deploy" | ||
description: 'The branch of the child repo to deploy' | ||
required: false | ||
version: | ||
description: "The version of the product in the child repo" | ||
description: 'The version of the product in the child repo' | ||
required: true | ||
|
||
env: | ||
|
@@ -33,9 +33,6 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 2.7.18 | ||
- uses: ./.github/actions/dead-links | ||
with: | ||
repo_name: ${{ github.event.inputs.repo_name }} | ||
|
@@ -51,9 +48,6 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 2.7.18 | ||
- name: Install SSH key | ||
uses: shimataro/ssh-key-action@v2 | ||
with: | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters