We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4424a54 commit f6fbed2Copy full SHA for f6fbed2
.github/workflows/update-quick-start-module.yml
@@ -66,6 +66,8 @@ jobs:
66
runs-on: "ubuntu-20.04"
67
environment: pytorchbot-env
68
steps:
69
+ - name: Checkout pytorch.github.io
70
+ uses: actions/checkout@v2
71
- name: Setup Python
72
uses: actions/setup-python@v2
73
with:
0 commit comments