Skip to content

Commit

Permalink
chore: pull changes before build
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Aug 12, 2024
1 parent d346376 commit d1da81c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/listen-swagger-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
steps:
- name: "Check out repository 🚚"
uses: actions/checkout@v4
- name: "Pull the latest changes 🔄"
run: git pull
- name: "Set up Python 🐍"
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit d1da81c

Please sign in to comment.