From 9532992bac58671d207da2e92d21f5e3ed1a1e0b Mon Sep 17 00:00:00 2001 From: tiffanycmeyer13 <65614396+tiffanycmeyer13@users.noreply.github.com> Date: Thu, 25 May 2023 11:22:16 -0600 Subject: [PATCH] Update update_NDM.yml --- .github/workflows/update_NDM.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_NDM.yml b/.github/workflows/update_NDM.yml index 0d98046fa3..b1a9937d50 100644 --- a/.github/workflows/update_NDM.yml +++ b/.github/workflows/update_NDM.yml @@ -1,4 +1,4 @@ -name: update station info +name: update station info v20 on: workflow_dispatch: @@ -15,6 +15,8 @@ jobs: # this gets the latest code (and is run on the default branch) - name: Checkout awips2 uses: actions/checkout@v3 + with: + ref: unidata_20.3.2 # Do individual pulls for all the files in the ndm directory - name: Pull latest from vlab svn repo run: |