Skip to content

Commit

Permalink
add missing \
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Oct 25, 2023
1 parent 0fcea27 commit 3764701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
| tail -1 \
| sed -E "s/\^\{\}//"
)"
sed -i "s|certbot==.*|certbot==$CB_VERSION|" Dockerfile
sed -i "s|certbot-dns-cloudflare==.*|certbot-dns-cloudflare==$CB_VERSION|" Dockerfile
sed -i "s|certbot==.*|certbot==$CB_VERSION \\\|" Dockerfile
sed -i "s|certbot-dns-cloudflare==.*|certbot-dns-cloudflare==$CB_VERSION \\\|" Dockerfile
sed -i "s|certbot-dns-multi==.*|certbot-dns-multi==$CBDM_VERSION|" Dockerfile
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 3764701

Please sign in to comment.