mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
fix: remove uses line
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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;}; \
|
||||
|
||||
Reference in New Issue
Block a user