Tweaking PR creation step (csv and awk).

This commit is contained in:
2025-01-08 18:14:30 -05:00
parent 8bd92b6052
commit 0c0b4a9cb3
+3 -4
View File
@@ -20,10 +20,7 @@ jobs:
uri: 'https://gitea.com/gitea/tea/releases/download/v0.9.2/tea-0.9.2-linux-amd64'
name: 'tea'
version: '0.9.2'
- name: Install yq
uses: dcarbone/install-yq-action@v1
- name: Check if PR exists & Create
id: list-prs
run: |
@@ -134,6 +131,8 @@ jobs:
services_list=$(yq '.services | to_entries | map({service: .key, image: .value.image})' docker-compose.yml)
echo "SERVICES_LIST=${services_list}" >> $GITHUB_ENV
- run: echo "${{ env.SERVICES_LIST }}"
- name: Regenerate README
uses: VisualBean/reactive-readme@v1
with: