Skip to content

Commit

Permalink
Updating organization
Browse files Browse the repository at this point in the history
  • Loading branch information
Boscoand committed Jul 8, 2024
1 parent 6feedb7 commit 3bdebea
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/JobContextActionTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs :
runs-on : ${{ matrix.os }}
steps :
- name : Run action with job status
uses : Wandalen/wretry.action@master
uses : getbento/wretry.action@master
with :
action : dmvict/test.action@defaults_from_job_context
attempt_limit : 3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/JsActionPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ jobs :
with :
ref: js_action
- name : ${{ matrix.node-version }}
uses : Wandalen/wretry.action@master
uses : getbento/wretry.action@master
with :
action : actions/setup-node@v4
with : |
node-version : ${{ matrix.node-version }}
attempt_limit : 3
attempt_delay: 1000
- name : Install willbe
uses : Wandalen/wretry.action@master
uses : getbento/wretry.action@master
with :
command : npm i -g willbe@latest
attempt_limit : 3
attempt_delay: 1000
- name : Install submodules
uses : Wandalen/wretry.action@master
uses : getbento/wretry.action@master
with :
command : will .npm.install
attempt_limit : 3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/JsActionPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ jobs :
run : git config --system core.longpaths true
- uses : actions/checkout@v4
- name : ${{ matrix.node-version }}
uses : Wandalen/wretry.action@master
uses : getbento/wretry.action@master
with :
action : actions/setup-node@v4
with : |
node-version : ${{ matrix.node-version }}
attempt_limit : 3
attempt_delay: 1000
- name : Install willbe
uses : Wandalen/wretry.action@master
uses : getbento/wretry.action@master
with :
command : npm i -g willbe@latest
attempt_limit : 3
attempt_delay: 1000
- name : Install submodules
uses : Wandalen/wretry.action@master
uses : getbento/wretry.action@master
with :
command : will .npm.install
attempt_limit : 3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/JsActionPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ jobs :
run : git config --system core.longpaths true
- uses : actions/checkout@v4
- name : ${{ matrix.node-version }}
uses : Wandalen/wretry.action@master
uses : getbento/wretry.action@master
with :
action : actions/setup-node@v4
with : |
node-version : ${{ matrix.node-version }}
attempt_limit : 3
attempt_delay: 1000
- name : Install willbe
uses : Wandalen/wretry.action@master
uses : getbento/wretry.action@master
with :
command : npm i -g willbe@latest
attempt_limit : 3
attempt_delay: 1000
- name : Install submodules
uses : Wandalen/wretry.action@master
uses : getbento/wretry.action@master
with :
command : will .npm.install
attempt_limit : 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MatrixContextActionTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs :
runs-on : ${{ matrix.os }}
steps :
- name : Run action with job status
uses : Wandalen/wretry.action@master
uses : getbento/wretry.action@master
with :
action : dmvict/test.action@defaults_from_matrix_context
attempt_limit : 3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wRetryActionPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs :

job_context_test :
if : "startsWith( github.event.head_commit.message, 'version' ) && startsWith( github.ref, 'refs/tags/v' )"
uses : Wandalen/wretry.action/.github/workflows/JobContextActionTest.yml@master
uses : getbento/wretry.action/.github/workflows/JobContextActionTest.yml@master

matrix_context_test :
if : "startsWith( github.event.head_commit.message, 'version' ) && startsWith( github.ref, 'refs/tags/v' )"
uses : Wandalen/wretry.action/.github/workflows/MatrixContextActionTest.yml@master
uses : getbento/wretry.action/.github/workflows/MatrixContextActionTest.yml@master
4 changes: 2 additions & 2 deletions .github/workflows/wRetryActionPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on :
jobs :

job_context_test :
uses : Wandalen/wretry.action/.github/workflows/JobContextActionTest.yml@master
uses : getbento/wretry.action/.github/workflows/JobContextActionTest.yml@master

matrix_context_test :
uses : Wandalen/wretry.action/.github/workflows/MatrixContextActionTest.yml@master
uses : getbento/wretry.action/.github/workflows/MatrixContextActionTest.yml@master
4 changes: 2 additions & 2 deletions .github/workflows/wRetryActionPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs :
!startsWith( github.event.head_commit.message, 'version' )
&& !startsWith( github.event.head_commit.message, '.' )
&& !startsWith( github.event.head_commit.message, 'Merge' )
uses : Wandalen/wretry.action/.github/workflows/JobContextActionTest.yml@master
uses : getbento/wretry.action/.github/workflows/JobContextActionTest.yml@master

matrix_context_test :
if : |
!startsWith( github.event.head_commit.message, 'version' )
&& !startsWith( github.event.head_commit.message, '.' )
&& !startsWith( github.event.head_commit.message, 'Merge' )
uses : Wandalen/wretry.action/.github/workflows/MatrixContextActionTest.yml@master
uses : getbento/wretry.action/.github/workflows/MatrixContextActionTest.yml@master
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
steps:
- name: retry
id: retry
uses: Wandalen/[email protected]_js_action
uses: getbento/[email protected]_js_action
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
Expand Down
2 changes: 1 addition & 1 deletion main/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
steps:
- name: retry
id: retry
uses: Wandalen/wretry.action/[email protected]_js_action
uses: getbento/wretry.action/[email protected]_js_action
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
Expand Down
2 changes: 1 addition & 1 deletion post/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
steps:
- name: retry
id: retry
uses: Wandalen/wretry.action/[email protected]_js_action
uses: getbento/wretry.action/[email protected]_js_action
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
Expand Down
2 changes: 1 addition & 1 deletion pre/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
steps:
- name: retry
id: retry
uses: Wandalen/wretry.action/[email protected]_js_action
uses: getbento/wretry.action/[email protected]_js_action
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
Expand Down
2 changes: 1 addition & 1 deletion step/ActionWrite.s
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function actionWrite( frame )
const actionRelativePath = `${ subdirectories[ i ] }${ slash }action.yml`;
const actionPath = fileProvider.path.join( module.dirPath, actionRelativePath );
const action = fileProvider.fileReadUnknown( actionPath );
action.runs.steps[ 0 ].uses = `Wandalen/wretry.action${ slash }${ subdirectories[ i ] }@v${ module.about.version }_js_action`;
action.runs.steps[ 0 ].uses = `getbento/wretry.action${ slash }${ subdirectories[ i ] }@v${ module.about.version }_js_action`;

logger.log( `Updating action file "${ actionRelativePath }". Setup action version to "${ action.runs.steps[ 0 ].uses }".` );

Expand Down
8 changes: 4 additions & 4 deletions will.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ about:
npm.scripts:
postinstall: will .build compile
test: wtest .run "test/**"
npm.homepage: 'https://github.com/Wandalen/wretry.action#action::wretry.action'
npm.homepage: 'https://github.com/getbento/wretry.action#action::wretry.action'
keywords:
- action
- retry
Expand All @@ -21,10 +21,10 @@ about:
- njs >= 10.0.0
path:
origins:
- 'git+https:///github.com/Wandalen/wretry.action'
- 'git+https:///github.com/getbento/wretry.action'
entry: src/Main.js
repository: 'git+https:///github.com/Wandalen/wretry.action'
bugtracker: 'https:///github.com/Wandalen/wretry.action/issues'
repository: 'git+https:///github.com/getbento/wretry.action'
bugtracker: 'https:///github.com/getbento/wretry.action/issues'
in: .
out: out
temp:
Expand Down

0 comments on commit 3bdebea

Please sign in to comment.