Skip to content

Commit

Permalink
dfvdfv
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Nov 18, 2023
1 parent 65217e0 commit 689c120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debugging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: echo '"/webrtc-adapter-"'

- name: Test contains(fromJSON('["/nextcloud/vue-"'), steps.branchname.outputs.branch) != true
if: contains(fromJSON('["/nextcloud/vue-"'), steps.branchname.outputs.branch) != true
if: contains(fromJSON('["/nextcloud/vue-"]'), steps.branchname.outputs.branch) != true
continue-on-error: true
run: echo '"/nextcloud/vue-"'

Expand Down

0 comments on commit 689c120

Please sign in to comment.