Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
Resolve failures in updating workflow (#103)
Browse files Browse the repository at this point in the history
* Explicitly export YAML values to GHA env

* Drop charlesbluca from PR reviewers (handled by codeowners)
  • Loading branch information
charlesbluca authored Sep 26, 2024
1 parent 5d9d592 commit 8decc06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-gpuci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: the-coding-turtle/[email protected]
with:
file: ci/axis/dask.yaml
export_to_envs: true
return_to_outputs: false

- name: Get old RAPIDS / UCX-Py versions
run: |
Expand Down Expand Up @@ -88,7 +90,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Update gpuCI `RAPIDS_VER` to `${{ env.NEW_RAPIDS_VER }}`, `UCX_PY_VER` to `${{ env.NEW_UCX_PY_VER }}`"
title: "Update gpuCI `RAPIDS_VER` to `${{ env.NEW_RAPIDS_VER }}`"
reviewers: "charlesbluca"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
branch: "upgrade-gpuci-rapids"
body: |
Expand Down

0 comments on commit 8decc06

Please sign in to comment.