Skip to content

Commit

Permalink
Update build-webdav.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsonck92 authored Jul 10, 2024
1 parent 1667c7a commit dbcbf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-webdav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Prepare input branch
if: ${{ github.event.inputs.branch != "" }}
if: ${{ github.event.inputs.branch != '' }}
run: echo "branch=refs/heads/${{ github.event.inputs.branch }}" >> $GITHUB_ENV

- name: Checkout Repository
Expand Down

0 comments on commit dbcbf10

Please sign in to comment.