Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Oct 22, 2024
1 parent 2edf322 commit 3fe14e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cudf-java-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Update stable value for cudf-java in docs.yml"
branch: "update-stable-value-for-cudf-java"
title: "Enable cudf-java docs for version ${{ inputs.version }}"
title: ${{ inputs.new_stable_value == '1' && 'Enable' || 'Disable' }} cudf-java docs for version ${{ inputs.version }}
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
body: |
This PR updates the stable value for cudf-java in docs.yml to ${{ inputs.new_stable_value }}.

0 comments on commit 3fe14e8

Please sign in to comment.