Skip to content

Commit c3a319b

Browse files
committed
fix bad template
1 parent 03b01ac commit c3a319b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-generated-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Update generated docs
3838
if: steps.versions.outputs.should_update == 'true'
3939
env:
40-
LATEST_VERSION=${{ steps.versions.outputs.latest_version }}
40+
LATEST_VERSION: ${{ steps.versions.outputs.latest_version }}
4141
run: |
4242
sudo apt-get update
4343
sudo apt-get install -y libdbus-1-dev libglib2.0-dev pkg-config

0 commit comments

Comments
 (0)