From 1818eb10c325b5fd1cd9854a8e070f90a80d27d6 Mon Sep 17 00:00:00 2001 From: Zoey Date: Fri, 14 Apr 2023 15:54:57 +0200 Subject: [PATCH] Update .github/workflows/imaginary-update.yml Co-authored-by: Simon L. Signed-off-by: Zoey --- .github/workflows/imaginary-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/imaginary-update.yml b/.github/workflows/imaginary-update.yml index 2a3db590..bd626554 100644 --- a/.github/workflows/imaginary-update.yml +++ b/.github/workflows/imaginary-update.yml @@ -22,7 +22,7 @@ jobs: | cut -f1 \ | tail -1 )" - sed -i "s|go install github.com/h2non/imaginaryq.*;|go install github.com/h2non/imaginary@$imaginary_version|" ./Containers/imaginary/Dockerfile + sed -i "s|go install github.com/h2non/imaginaryq.*|go install github.com/h2non/imaginary@$imaginary_version|" ./Containers/imaginary/Dockerfile - name: Create Pull Request uses: peter-evans/create-pull-request@v5