Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/update-faa-dtpp-metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Retrieve d-TPP Metafile from FAA and save output as JSON
run: ruby scripts/faa/faa_dtpp_get_metafile json/faa/dtpp/current_metafile.json
- name: Commit changes
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
if: github.event_name != 'pull_request'
with:
author_name: airframesio
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-faa-fixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Retrieve Fixes from FAA and save output as JSON
run: ruby scripts/faa/faa_nfdc_get_fixes json/faa/nfdc/fixes.json
- name: Commit changes
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
if: github.event_name != 'pull_request'
with:
author_name: Airframes.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-faa-tfrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Retrieve TFRs and save output as GeoJSON
run: ruby scripts/faa/faa_get_tfrs --format=geojson json/faa/tfrs.geojson
- name: Commit changes
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
if: github.event_name != 'pull_request'
with:
author_name: Airframes.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-noaa-aircraft-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Retrieve SIGMETs and save output as JSON
run: ruby scripts/noaa/noaa_nws_awc_get_aircraft_reports json/noaa/aircraft_reports.json
- name: Commit changes
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
if: github.event_name != 'pull_request'
with:
author_name: Airframes.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-noaa-metars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Retrieve METARs and save output as JSON
run: ruby scripts/noaa/noaa_nws_awc_get_metars json/noaa/metars.json
- name: Commit changes
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
if: github.event_name != 'pull_request'
with:
author_name: Airframes.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-noaa-sigmets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Retrieve SIGMETs and save output as JSON
run: ruby scripts/noaa/noaa_nws_awc_get_airsigmets json/noaa/sigmets.json
- name: Commit changes
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
if: github.event_name != 'pull_request'
with:
author_name: Airframes.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-noaa-tafs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Retrieve SIGMETs and save output as JSON
run: ruby scripts/noaa/noaa_nws_awc_get_tafs json/noaa/tafs.json
- name: Commit changes
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
if: github.event_name != 'pull_request'
with:
author_name: Airframes.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-ourairports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Retrieve Airports and Frequencies and save output as JSON
run: ruby scripts/ourairports
- name: Commit changes
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
if: github.event_name != 'pull_request'
with:
author_name: Airframes.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-vdl-ground-stations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Convert the CSV source and save output as JSON
run: ruby scripts/convert_vdl2gs_to_json csv/vdl/ground-stations.csv json/vdl/ground-stations.json
- name: Commit changes
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@v10
if: github.event_name != 'pull_request'
with:
author_name: Airframes.io
Expand Down