Skip to content

Commit e6e5e55

Browse files
aimatskevichgithub-actions[bot]
authored andcommitted
added changlelog record
GitOrigin-RevId: a2d09144dacf5e4ab4629f1366957de46ba34d1e
1 parent e2364b1 commit e6e5e55

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/assemble_changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
PR_NUMBER: ${{ github.event.pull_request.number }}
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v3
1616
with:
1717
ref: ${{github.head_ref}}
1818

1919
- name: setup python
20-
uses: actions/setup-python@v6
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: '3.7.7'
2323

.github/workflows/rename_changelog_file.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
PR_NUMBER: ${{ github.event.pull_request.number }}
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v3
1717
with:
1818
ref: ${{github.head_ref}}
1919

2020
- name: setup python
21-
uses: actions/setup-python@v6
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: '3.7.7'
2424

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added an `isOffline` flag to `EvStationMarker` to identify when charging station data is from an offline source.

0 commit comments

Comments
 (0)