From c67275d773177fe00a55977e6107c599a2551513 Mon Sep 17 00:00:00 2001 From: nikkiwritescode Date: Fri, 23 Feb 2024 18:33:33 -0600 Subject: [PATCH] Update modpack workflow to git pull before running --- .github/workflows/modpack.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/modpack.yml b/.github/workflows/modpack.yml index 02e3f3381..7ca6f1508 100644 --- a/.github/workflows/modpack.yml +++ b/.github/workflows/modpack.yml @@ -17,6 +17,9 @@ jobs: - name: Clone the repo uses: actions/checkout@v4 + - name: Pull in the latest changes + run: git pull origin main + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: