Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
Fix Variable name
  • Loading branch information
sidey79 committed Aug 8, 2021
1 parent c9e0cfd commit eaeb088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
directory: FHEM/lib
writemode: a
- name: update CHANGED
if: steps.extract_branch.outputs.BRANCH_NAME == 'master'
if: steps.extract_branch.outputs.branch == 'master'
run: |
LOG=$(date +"%Y-%m-%d")
LOG+=" - $(git log -1 --pretty=%B)"
Expand Down

0 comments on commit eaeb088

Please sign in to comment.