-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: CI should use [email protected] (#205)
- Loading branch information
1 parent
d2bc80d
commit c324a4b
Showing
4 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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
uses: adobe/[email protected] | ||
with: | ||
os: ${{ matrix.os }} | ||
version: 8.x.x | ||
version: 9.x.x | ||
- name: Auth | ||
uses: adobe/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
uses: adobe/[email protected] | ||
with: | ||
os: ${{ matrix.os }} | ||
version: 8.x.x | ||
version: 9.x.x | ||
- name: Auth | ||
uses: adobe/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
uses: adobe/[email protected] | ||
with: | ||
os: ${{ matrix.os }} | ||
version: 8.x.x | ||
version: 9.x.x | ||
- name: Auth | ||
uses: adobe/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -34,13 +34,13 @@ describe('run', () => { | |
|
||
// added files | ||
assert.file('.github/workflows/pr_test.yml') | ||
assert.fileContent('.github/workflows/pr_test.yml', 'version: 8.x.x') | ||
assert.fileContent('.github/workflows/pr_test.yml', 'version: 9.x.x') | ||
assert.fileContent('.github/workflows/pr_test.yml', 'adobe/[email protected]') | ||
assert.file('.github/workflows/deploy_prod.yml') | ||
assert.fileContent('.github/workflows/deploy_prod.yml', 'version: 8.x.x') | ||
assert.fileContent('.github/workflows/deploy_prod.yml', 'version: 9.x.x') | ||
assert.fileContent('.github/workflows/deploy_prod.yml', 'adobe/[email protected]') | ||
assert.file('.github/workflows/deploy_stage.yml') | ||
assert.fileContent('.github/workflows/deploy_stage.yml', 'version: 8.x.x') | ||
assert.fileContent('.github/workflows/deploy_stage.yml', 'version: 9.x.x') | ||
assert.fileContent('.github/workflows/deploy_stage.yml', 'adobe/[email protected]') | ||
}) | ||
}) |