We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226f26b commit 5c751f5Copy full SHA for 5c751f5
.github/workflows/ci.yml
@@ -9,7 +9,12 @@ jobs:
9
runs-on: ubuntu-latest
10
if: contains(github.event.pull_request.labels.*.name, 'preview')
11
steps:
12
- - uses: actions/checkout@v4
+ - name: Checkout
13
+ uses: actions/checkout@v4
14
+ with:
15
+ ref: ${{ github.event.pull_request.head.sha }}
16
+ fetch-depth: 0
17
+
18
- name: Set up Python
19
uses: actions/setup-python@v5
20
with:
content/news/events/djangocon-us-2017-sprints/contents.lr
@@ -1,4 +1,4 @@
1
-title: DjangoCon US 2017 Sprints
+title: DjangoCon US 2017
2
---
3
date: 2017-08-17
4
0 commit comments