Skip to content

Commit

Permalink
fix input
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle committed Apr 2, 2024
1 parent b0bd89f commit 857ba89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deprecate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- uses: ./.github/actions/restore_install_cache
- name: Deprecate release versions
# TODO remove defaults before merging -- for testing only
run: npx tsx scripts/deprecate_release.ts --commit-hash ${{ inputs.commitHash || 'e81b212ab' }} --deprecation-message ${{ inputs.deprecationMessage || 'test deprecation message' }}
run: npx tsx scripts/deprecate_release.ts --commit-hash ${{ inputs.commitHash || 'e81b212ab' }} --deprecation-message "${{ inputs.deprecationMessage || 'test deprecation message' }}"

0 comments on commit 857ba89

Please sign in to comment.