Skip to content

Bump nvidia/cuda from 10.2-devel-ubuntu18.04 to 12.0.0-devel-ubuntu18.04 in /infra/docker/obs #244

Bump nvidia/cuda from 10.2-devel-ubuntu18.04 to 12.0.0-devel-ubuntu18.04 in /infra/docker/obs

Bump nvidia/cuda from 10.2-devel-ubuntu18.04 to 12.0.0-devel-ubuntu18.04 in /infra/docker/obs #244

Workflow file for this run

on:
issue_comment:
types: [created]
name: Update PR
jobs:
update-branch:
name: update-branch
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/update')
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }}
- name: Automatic Update
uses: ankitvgupta/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }}