From 64bc230ff9f6eaee24dca7785060268272740dbf Mon Sep 17 00:00:00 2001 From: Michael Mahoney Date: Thu, 25 Apr 2024 11:10:36 -0400 Subject: [PATCH] Use new archive flag --- .github/workflows/drat.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/drat.yml b/.github/workflows/drat.yml index ca98fa4..6603923 100644 --- a/.github/workflows/drat.yml +++ b/.github/workflows/drat.yml @@ -17,3 +17,4 @@ jobs: token: "${{ secrets.DRAT_TOKEN }}" commit_message: "Automated update (add terrainr)" commit_email: "mike.mahoney.218@gmail.com" + archive: true