Skip to content

Commit a76a7e8

Browse files
authored
When transforming to views, always use master branch data (#346)
Should close #219 actions/checkout#439 (comment) encourages setting the ref explicitly to always pull the latest data from the ref. When performing the transformation to views, we always want to use master data, so it is safer to set the ref unambiguously, instead of using the inherited reference (which may come from a different branch/commit).
1 parent 673d513 commit a76a7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/transformDataToViews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
repository: nvaccess/addon-datastore
2525
path: data
26-
fetch-depth: 0
26+
ref: master
2727
- name: Checkout views branch into separate folder
2828
uses: actions/checkout@v3
2929
with:

0 commit comments

Comments
 (0)