Skip to content

Commit

Permalink
update workflow links
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Oct 17, 2023
1 parent c71ae83 commit 663cf51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
fetch-depth: 0
- name: Get RAPIDS GitHub Info
id: get-rapids-github-info
uses: rapidsai/shared-action-workflows/[email protected]
uses: rapidsai/shared-workflows/[email protected]
- name: Print environment
run: |
PATH="$PATH:$GHA_TOOLS_DIR"
Expand Down
2 changes: 1 addition & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sed_runner "s/ARG RAPIDS_VER=.*/ARG RAPIDS_VER=${NEXT_SHORT_TAG}/g" Dockerfile

# CI files
for FILE in .github/workflows/*.yml; do
sed_runner "/shared-action-workflows/ s/@.*/@branch-${NEXT_SHORT_TAG}/g" "${FILE}"
sed_runner "/shared-workflows/ s/@.*/@branch-${NEXT_SHORT_TAG}/g" "${FILE}"
done

sed_runner "s/v[[:digit:]]\+\.[[:digit:]]\+/v${NEXT_SHORT_TAG}/g" dockerhub-readme.md
Expand Down

0 comments on commit 663cf51

Please sign in to comment.