Skip to content

Commit

Permalink
Fixes #950 - Update LogonDetails.exe (#959)
Browse files Browse the repository at this point in the history
* Add git pull

* Add dummy line to script to trigger action
  • Loading branch information
luke11brown authored Jan 22, 2025
1 parent eb4cf43 commit 4b48f32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/logon-details.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
with:
token: ${{ secrets.VATSIM_UK_GITHUB_TOKEN }}

- name: Pull latest changes
run: git pull --ff-only

- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions UK/LogonDetails.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,5 @@

print("Detail entry process complete")
time.sleep(1.5)

# Dummy line to trigger action

0 comments on commit 4b48f32

Please sign in to comment.