Skip to content

Commit

Permalink
[exclc] Fix incorrect variables for properties update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Harleyoc1 committed Aug 14, 2023
1 parent 375686f commit 96fa091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
source_path: './gradle.properties'
target_path: './gradle.properties'
property: |
properties: |
modVersion
value: |
values: |
${{ github.ref_name }}
- name: Commit gradle properties
run: |
Expand Down

0 comments on commit 96fa091

Please sign in to comment.