-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-454: Move actions to new org (#698)
- Loading branch information
1 parent
3df27c4
commit 26d4662
Showing
2 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
apolo --color=no config show | ||
- uses: webfactory/[email protected] | ||
# Authenticates ssh on worker to pull repos under github.com/neuro-actions via ssh | ||
# Authenticates ssh on worker to pull repos under github.com/apolo-actions via ssh | ||
# Y.S. key is used | ||
with: | ||
ssh-private-key: ${{ secrets.GH_NF_ACTIONS_SSH_PRIVATE }} | ||
|
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 |
---|---|---|
|
@@ -150,13 +150,13 @@ jobs: | |
## The key 'job-id' is a string and its value is a map of the job's configuration data or action call. | ||
## 'job-id' must start with a letter and contain only alphanumeric characters or underscore symbols `_`. | ||
## Dashes `-` are not allowed. | ||
action: gh:neuro-actions/[email protected] | ||
action: gh:apolo-actions/[email protected] | ||
## The type of this particular job is an 'action'. | ||
## 'action' is a URL that specifies the location of the job's description. | ||
## Two schemes exist: | ||
## - `workspace:` or `ws:` for action files that are stored locally | ||
## - `github:` or `gh:` for actions that are bound to a GitHub repository | ||
## In this particular case, we are using a GitHub repository https://github.com/neuro-actions/remote_debug under the `@1.0.0` tag. | ||
## In this particular case, we are using a GitHub repository https://github.com/apolo-actions/remote_debug under the `@1.0.0` tag. | ||
## To run this job, Apolo-Flow will fetch the 'action.yaml' file from the repository and execute the job defined in it. | ||
args: | ||
## Optional action-specific mapping of values that will be passed to the actions as arguments. | ||
|
@@ -317,7 +317,7 @@ jobs: | |
python $[[ volumes.code.mount ]]/train.py --data $[[ volumes.data.mount ]] $[[ multi.args ]] | ||
jupyter: | ||
action: gh:neuro-actions/[email protected] | ||
action: gh:apolo-actions/[email protected] | ||
args: | ||
image: $[[ images.train.ref ]] | ||
multi_args: $[[ multi.args ]] | ||
|
@@ -328,11 +328,11 @@ jobs: | |
volumes_results_remote: $[[ volumes.results.remote ]] | ||
|
||
tensorboard: | ||
action: gh:neuro-actions/[email protected] | ||
action: gh:apolo-actions/[email protected] | ||
args: | ||
volumes_results_remote: $[[ volumes.results.remote ]] | ||
|
||
filebrowser: | ||
action: gh:neuro-actions/[email protected] | ||
action: gh:apolo-actions/[email protected] | ||
args: | ||
volumes_project_remote: $[[ volumes.project.remote ]] |