Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 4 additions & 22 deletions .github/workflows/update_availprofiles.yml
Original file line number Diff line number Diff line change
@@ -1,51 +1,33 @@
name: Update AvailProfiles

on:
pull_request:
push:
branches:
- main
paths:
- 'Airports/**'

permissions:
contents: write
pull-requests: write

jobs:
update-availprofiles:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0 # Ensure we get the full history

- name: Set up Python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5
with:
python-version: 3.x

- name: Install dependencies
run: pip install jq

- name: Debug environment
run: |
echo "Current directory: $(pwd)"
echo "Repository contents:"
ls -la
echo "Airports directory contents:"
ls -la Airports/ || echo "Airports directory not found"
echo "AvailProfiles.json exists:"
ls -la AvailProfiles.json || echo "AvailProfiles.json not found"
echo "Git status:"
git status
echo "Changed files in this PR:"
git diff --name-only HEAD~1 HEAD || echo "No changes detected"

- name: Update AvailProfiles.json
run: python .github/scripts/update_availprofiles.py

Expand All @@ -58,7 +40,7 @@ jobs:
echo "changed=true" >> $GITHUB_OUTPUT
fi

- name: Commit changes
- name: Commit changes to main
if: steps.changes.outputs.changed == 'true'
run: |
git config --local user.email "action@github.com"
Expand Down
12 changes: 12 additions & 0 deletions Airports/EGBB (Pyreegue)/Information.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!--- Licensed Under: CC BY-NC 4.0 --->

Pyreegue EGBB 🐐
Available from these retailers: [Contrail.shop](https://contrail.shop/products/pyreegue-egbb-birmingham-airport-msfs-2020-2024?_pos=1&_sid=b06674ea9&_ss=r)
## Features:
- Custom Vehicle Positioning on all stands
- Walk-in gates
- Accurate Custom Pushbacks
- Accurate Ground Handling Agents
- Fixed Jetway Floor Heights

Special thanks to Krake802 and several community members that reached out to help support. ❤️
Loading
Loading