Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle committed Apr 16, 2024
1 parent 3002541 commit 41da1f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deprecate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# mapping the inputs to these environment variables allows the @actions/core toolkit to pick up the inputs
INPUT_DEPRECATIONMESSAGE: ${{ inputs.deprecationMessage }}
INPUT_USENPMREGISTRY: ${{ inputs.useNpmRegistry }}
INPUT_SEARCHFORRELEASESTARTINGFRON: ${{ inputs.searchForReleaseStartingFrom }}
INPUT_SEARCHFORRELEASESTARTINGFROM: ${{ inputs.searchForReleaseStartingFrom }}
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # version 3.6.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/restore_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# mapping the inputs to these environment variables allows the @actions/core toolkit to pick up the inputs
INPUT_USENPMREGISTRY: ${{ inputs.useNpmRegistry }}
INPUT_SEARCHFORRELEASESTARTINGFRON: ${{ inputs.searchForReleaseStartingFrom }}
INPUT_SEARCHFORRELEASESTARTINGFROM: ${{ inputs.searchForReleaseStartingFrom }}
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # version 3.6.0
with:
Expand Down

0 comments on commit 41da1f2

Please sign in to comment.