Skip to content

Commit

Permalink
Merge pull request #66 from reside-eng/remove_not_in_use_inputs
Browse files Browse the repository at this point in the history
fix: remove not needed inputs
  • Loading branch information
skydiator authored Oct 25, 2024
2 parents 198d6db + febf471 commit 1734b99
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ on:
default: 'SLACK_WEBHOOK_PLATFORM_PROD'
required: false
type: string
PACKAGE_MANAGER:
default: yarn-berry
required: false
type: string
description: 'Deprecated - Will be removed in a future version'

secrets:
NPM_PUBLISH_TOKEN:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/verify_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ on:
default: 'SLACK_WEBHOOK_PLATFORM_NONPROD'
required: false
type: string
PACKAGE_MANAGER:
default: yarn-berry
required: false
type: string
description: 'Deprecated - Will be removed in a future version'

secrets:
NPM_READ_TOKEN:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Templates for Side librairies github actions
| ---------------------- | ------------------------------------------------ | --------- | -------------------- |
| NODE_VERSION | string | 18.x | `false` |
| TIMEOUT | number | 15 | `false` |
| PACKAGE_MANAGER | string | yarn-berry | `false` |
| ENABLE_TYPES_CHECK | boolean | false | `false` |
| ENABLE_FORMAT_CHECK | boolean | false | `false` |
| ENABLE_SIZE_LIMIT_CHECK | boolean | false | `false` |
Expand Down Expand Up @@ -43,7 +42,6 @@ Templates for Side librairies github actions
| ---------------------- | ------------------------------------------------ | --------- | -------------------- |
| NODE_VERSION | string | 18.x | `false` |
| TIMEOUT | number | 15 | `false` |
| PACKAGE_MANAGER | string | yarn-berry | `false` |
| ENABLE_TYPES_CHECK | boolean | false | `false` |
| ENABLE_FORMAT_CHECK | boolean | false | `false` |
| ENABLE_SIZE_LIMIT_CHECK | boolean | false | `false` |
Expand Down

0 comments on commit 1734b99

Please sign in to comment.