Skip to content

Commit

Permalink
Forgot to add reason (#174)
Browse files Browse the repository at this point in the history
* forgot to add reason

* quote args to avoid dragons
  • Loading branch information
cpiemontese authored Sep 26, 2023
1 parent 9abc296 commit 6332a3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/retire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
runs-on: ubuntu-latest
env:
MESSAGE: ${{ inputs.message }}
REASON: ${{ inputs.reason }}
VERSION: ${{ inputs.version }}
steps:
- uses: actions/checkout@v4
Expand All @@ -40,4 +41,4 @@ jobs:
env:
HEX_AUTH_KEY: ${{ secrets.HEX_AUTH_KEY }}
- run: mix hex.user whoami
- run: mix hex.retire prima_auth0_ex $VERSION --message $MESSAGE
- run: mix hex.retire prima_auth0_ex "$VERSION" "$REASON" --message "$MESSAGE"

0 comments on commit 6332a3b

Please sign in to comment.