Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jun 27, 2024
1 parent 0aa44c2 commit 6f945da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
- name: Prepare DESCRIPTION file (feature branch)
if: >
inputs.skip-desc-branch == 'false' ||
steps.branch-names.outputs.is_default == "true"
steps.branch-names.outputs.is_default == 'true'
id: desc-branch
shell: Rscript {0}
run: |
Expand Down

0 comments on commit 6f945da

Please sign in to comment.