We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbadcfd commit 63aeb1fCopy full SHA for 63aeb1f
.github/workflows/update_rapids.yml
@@ -33,11 +33,11 @@ jobs:
33
bash containers/update_rapids.sh
34
- name: Create Pull Request
35
uses: peter-evans/create-pull-request@v7
36
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
37
with:
38
add-paths: |
39
ops/docker
40
branch: create-pull-request/update-rapids
41
- base: master
+ base: main
42
title: "[CI] Update RAPIDS to latest stable"
43
commit-message: "[CI] Update RAPIDS to latest stable"
0 commit comments