From 9752f50fcf0d7d3a9552dd37ec2d3010137fc8b8 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Sun, 28 Mar 2021 08:45:02 -0700 Subject: [PATCH] fix: remove uses line --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f31f9ffe1..7cabdba08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -207,7 +207,6 @@ jobs: name: unraid-api - name: Create release notes - uses: bash run: | # Reverse function reverse(){ local line;if IFS= read -r line;then reverse;printf '%s\n' "$line";fi;}; \ @@ -275,7 +274,6 @@ jobs: name: unraid-api - name: Create release notes - uses: bash run: | # Reverse function reverse(){ local line;if IFS= read -r line;then reverse;printf '%s\n' "$line";fi;}; \