Skip to content

Commit cdbfea2

Browse files
committed
fix checkout
1 parent ca80bbb commit cdbfea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Checkout repository
102102
uses: actions/checkout@v4
103103
with:
104-
ref: nightly-deps-$(date +%Y%m%d)
104+
ref: nightly-dependency-updates
105105

106106
- name: Set up Python
107107
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)