We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6facc commit 1200bbeCopy full SHA for 1200bbe
.github/workflows/pull-request.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- name: Get latest AeroNav data provider
19
- run: curl -s http://files.aero-nav.com/AeroNav_CZWG_by_Navigraph.txt | grep -A3 'SECTOR_NAME:NAV_Data' > SectorProvider.txt
+ run: curl -s http://files.aero-nav.com/AeroNav_CZWG_by_Navigraph.txt | grep -A3 'SECTOR_NAME:CZWG NAV_Data' > SectorProvider.txt
20
21
- id: variables
22
name: Export variables
0 commit comments