Skip to content

Commit

Permalink
dsa
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 ca21eb8 commit fc751da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dependabot-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:

steps:
# GitHub actions bot approve
- run: |
echo '${{ github.ref }}'
echo github.ref
echo contains('/nextcloud/vue-', github.ref)
echo contains('/webrtc-adapter-', github.ref)
echo contains(fromJSON('["/nextcloud/vue-", "/webrtc-adapter-"]'), github.ref)
- name: Test
run: |
echo ${{ github.ref }}
echo contains('/nextcloud/vue-', github.ref)
echo contains('/webrtc-adapter-', github.ref)
echo contains(fromJSON('["/nextcloud/vue-", "/webrtc-adapter-"]'), github.ref)

0 comments on commit fc751da

Please sign in to comment.