Skip to content

Commit

Permalink
Update modpack workflow to git pull before running
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkiwritescode committed Feb 24, 2024
1 parent 0c1d2b1 commit c67275d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/modpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c67275d

Please sign in to comment.